new testcase for the 'C++' failures last night.
[oota-llvm.git] / test / CodeGen / X86 / 2006-01-30-LongSetcc.ll
1 ; RUN: llvm-as < %s | llc -march=x86
2
3 bool %test(long %X) {
4         %B = setlt long %X, 0           ; <bool> [#uses=1]
5         ret bool %B
6 }