aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2006-12-01 01:50:45 +0000
committerReid Spencer <rspencer@reidspencer.com>2006-12-01 01:50:45 +0000
commit5bab386e7a74810810e41c7b73a9ecf9149a1477 (patch)
treed788f39adfbdc9b7c03628071e667a643dab13c1 /test
parent70fa493613142f2ad99003de91b46e701f9bd605 (diff)
downloadexternal_llvm-5bab386e7a74810810e41c7b73a9ecf9149a1477.zip
external_llvm-5bab386e7a74810810e41c7b73a9ecf9149a1477.tar.gz
external_llvm-5bab386e7a74810810e41c7b73a9ecf9149a1477.tar.bz2
The InstCombine hack has been removed, no need to XFAIL this any more.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32058 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/Transforms/InstCombine/cast-and-cast.ll4
1 files changed, 0 insertions, 4 deletions
diff --git a/test/Transforms/InstCombine/cast-and-cast.ll b/test/Transforms/InstCombine/cast-and-cast.ll
index 6a1a803..64647fb 100644
--- a/test/Transforms/InstCombine/cast-and-cast.ll
+++ b/test/Transforms/InstCombine/cast-and-cast.ll
@@ -1,9 +1,5 @@
; RUN: llvm-as < %s | opt -instcombine | llvm-dis | not grep bitcast
-;; This requires Reid to remove the instcombine hack that turns trunc to bool into setne.
-; XFAIL: *
-
-
bool %test1(uint %val) {
%t1 = bitcast uint %val to int
%t2 = and int %t1, 1