llvm-6502/test/CodeGen/X86/2006-01-30-LongSetcc.ll

7 lines
118 B
LLVM
Raw Normal View History

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