Revert "Rewrite a test to count emitted instructions without using -stats"
[oota-llvm.git] / test / CodeGen / Thumb / thumb-imm.ll
1 ; RUN: llc < %s -march=thumb | not grep CPI
2
3
4 define i32 @test1() {
5   ret i32 1000
6 }
7
8 define i32 @test2() {
9   ret i32 -256
10 }