forked from OSchip/llvm-project
new testcase for the 'C++' failures last night.
llvm-svn: 25820
This commit is contained in:
parent
9a90572374
commit
4ea4dba8d9
|
@ -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
|
||||
}
|
Loading…
Reference in New Issue