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

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