blob: e15fb26a8c7e16c6d89c9d40f13c6aa89979898b [file] [log] [blame]
Florian Hahn1d381292017-06-07 09:17:01 +00001target triple = "thumbv7-linux-gnueabihf"
2
3define i32 @foo(i32 %a, i32 %b) #0 {
4entry:
5 %add = add i32 %a, %b
6 ret i32 %add
7}
8
9define i32 @bar(i32 %a, i32 %b) #1 {
10entry:
11 %add = add i32 %a, %b
12 ret i32 %add
13}
14
15attributes #0 = { "target-features"="-thumb-mode" }
16attributes #1 = { "target-features"="+thumb-mode" }