Evan Cheng | 02b985c | 2007-01-19 09:20:23 +0000 | [diff] [blame^] | 1 | ; RUN: llvm-as < %s | llc -march=arm -enable-thumb && |
2 | ; RUN: llvm-as < %s | llc -march=arm -enable-thumb | not grep CPI | ||||
3 | |||||
4 | |||||
5 | define i32 %test1() { | ||||
6 | ret i32 1000 | ||||
7 | } | ||||
8 | |||||
9 | define i32 %test2() { | ||||
10 | ret i32 -256 | ||||
11 | } |