summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2006-01-30-LongSetcc.ll
blob: 52d25c27a65235cef0efbb6845d893bd2b146f26 (plain)
1
2
3
4
5
6
; RUN: llvm-as < %s | llc -march=x86

bool %test(long %X) {
	%B = setlt long %X, 0		; <bool> [#uses=1]
	ret bool %B
}