aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 6a1a803aeb..64647fb5bb 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