The InstCombine hack has been removed, no need to XFAIL this any more.
authorReid Spencer <rspencer@reidspencer.com>
Fri, 1 Dec 2006 01:50:45 +0000 (01:50 +0000)
committerReid Spencer <rspencer@reidspencer.com>
Fri, 1 Dec 2006 01:50:45 +0000 (01:50 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32058 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/InstCombine/cast-and-cast.ll

index 6a1a803aebf86282ec7dca48a551183b24e85495..64647fb5bbd1cbd5761ca21cf25090fadddfa41d 100644 (file)
@@ -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