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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25820 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Chris Lattner 2006-01-30 22:43:10 +00:00
parent 2adc05cf5b
commit a0bb4f749a

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
}