this doesn't pass with CVS HEAD.

llvm-svn: 31942
This commit is contained in:
Chris Lattner 2006-11-27 20:01:48 +00:00
parent 8e9a7b73d9
commit f36cc15a84
1 changed files with 5 additions and 0 deletions

View File

@ -1,4 +1,9 @@
; 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