llvm-6502/test/CodeGen/X86/2006-01-30-LongSetcc.ll
2006-12-02 04:23:10 +00:00

7 lines
133 B
LLVM

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