blob: 52d25c27a65235cef0efbb6845d893bd2b146f26 [file] [log] [blame]
Chris Lattnera0bb4f72006-01-30 22:43:10 +00001; RUN: llvm-as < %s | llc -march=x86
2
3bool %test(long %X) {
4 %B = setlt long %X, 0 ; <bool> [#uses=1]
5 ret bool %B
6}