new testcase for the 'C++' failures last night.

llvm-svn: 25820
This commit is contained in:
Chris Lattner 2006-01-30 22:43:10 +00:00
parent 9a90572374
commit 4ea4dba8d9
1 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
; RUN: llvm-as < %s | llc -march=x86
bool %test(long %X) {
%B = setlt long %X, 0 ; <bool> [#uses=1]
ret bool %B
}