mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-14 11:32:34 +00:00
new testcase for the 'C++' failures last night.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25820 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2adc05cf5b
commit
a0bb4f749a
6
test/CodeGen/X86/2006-01-30-LongSetcc.ll
Normal file
6
test/CodeGen/X86/2006-01-30-LongSetcc.ll
Normal file
@ -0,0 +1,6 @@
|
||||
; RUN: llvm-as < %s | llc -march=x86
|
||||
|
||||
bool %test(long %X) {
|
||||
%B = setlt long %X, 0 ; <bool> [#uses=1]
|
||||
ret bool %B
|
||||
}
|
Loading…
Reference in New Issue
Block a user