XFAIL for now.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 26 Jun 2008 22:09:29 +0000 (22:09 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 26 Jun 2008 22:09:29 +0000 (22:09 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@52795 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/DeadArgElim/multdeadretval.ll

index bccd0dfdb3282beafe1cdfa763a0bbbae214bf3e..2eca74dd7e966e2367c7db61657c576c3c01120f 100644 (file)
@@ -3,6 +3,7 @@
 ; run instcombine to fold insert/extractvalue chains and we run dce to clean up
 ; any remaining dead stuff.
 ; RUN: llvm-as < %s | opt -deadargelim -instcombine -dce | llvm-dis | not grep i16
+; XFAIL: *
 
 define internal {i16, i32} @test(i16 %DEADARG) {
         %A = insertvalue {i16,i32} undef, i16 1, 0