aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorMatthijs Kooijman <matthijs@stdin.nl>2008-07-16 12:56:52 +0000
committerMatthijs Kooijman <matthijs@stdin.nl>2008-07-16 12:56:52 +0000
commitcc3cc80a6a1859bcc2fb598507ae8f26a8515806 (patch)
treebca2bdc6e53052dd5d10a287c3044cbd3c9a23fe /test
parent45e8eb4dac9e928ad86fecb15ba577d36bbea5ea (diff)
downloadexternal_llvm-cc3cc80a6a1859bcc2fb598507ae8f26a8515806.zip
external_llvm-cc3cc80a6a1859bcc2fb598507ae8f26a8515806.tar.gz
external_llvm-cc3cc80a6a1859bcc2fb598507ae8f26a8515806.tar.bz2
Un-XFAIL multdeadretval, since instcombine now properly handles the mess deadargelim leaves behind :-)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53674 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/DeadArgElim/multdeadretval.ll1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/Transforms/DeadArgElim/multdeadretval.ll b/test/Transforms/DeadArgElim/multdeadretval.ll
index c6e8e8e..6e0474a 100644
--- a/test/Transforms/DeadArgElim/multdeadretval.ll
+++ b/test/Transforms/DeadArgElim/multdeadretval.ll
@@ -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