Un-XFAIL multdeadretval, since instcombine now properly handles the mess deadargelim...
authorMatthijs Kooijman <matthijs@stdin.nl>
Wed, 16 Jul 2008 12:56:52 +0000 (12:56 +0000)
committerMatthijs Kooijman <matthijs@stdin.nl>
Wed, 16 Jul 2008 12:56:52 +0000 (12:56 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53674 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/DeadArgElim/multdeadretval.ll

index c6e8e8eb6e3470e5a9ec717301aece568c34d6c4..6e0474a6f8d25eadf6a008ab5d8f368c8846594a 100644 (file)
@@ -3,7 +3,6 @@
 ; 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