1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00
llvm-mirror/test/CodeGen/Thumb/thumb-imm.ll
2009-06-24 06:36:07 +00:00

11 lines
135 B
LLVM

; RUN: llvm-as < %s | llc -march=thumb | not grep CPI
define i32 @test1() {
ret i32 1000
}
define i32 @test2() {
ret i32 -256
}