mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-16 11:05:54 +00:00
10 lines
246 B
LLVM
10 lines
246 B
LLVM
|
; RUN: llvm-as < %s | llc -march=bfin > %t
|
||
|
; XFAIL: *
|
||
|
; Assertion failed: (isUsed(Reg) && "Using an undefined register!")
|
||
|
; function forward, file RegisterScavenging.cpp, line 259.
|
||
|
|
||
|
define i1 @cmp3(i32 %A) {
|
||
|
%R = icmp uge i32 %A, 2
|
||
|
ret i1 %R
|
||
|
}
|