llvm-6502/test/CodeGen/X86/2006-01-30-LongSetcc.ll
2006-01-30 22:43:10 +00:00

7 lines
118 B
LLVM

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