blob: 74a57ff271be5e0f18f79d3e5b5adbb25eba51a9 [file] [log] [blame]
Dan Gohmanda594cf2009-09-09 00:09:15 +00001; RUN: llc < %s -march=thumb | not grep CPI
Dan Gohmanf17a25c2007-07-18 16:29:46 +00002
3
4define i32 @test1() {
5 ret i32 1000
6}
7
8define i32 @test2() {
9 ret i32 -256
10}