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