Home | History | Annotate | Download | only in Inputs
      1 target triple = "thumbv7-linux-gnueabihf"
      2 
      3 define i32 @foo(i32 %a, i32 %b) #0 {
      4 entry:
      5   %add = add i32 %a, %b
      6   ret i32 %add
      7 }
      8 
      9 define i32 @bar(i32 %a, i32 %b) #1 {
     10 entry:
     11   %add = add i32 %a, %b
     12   ret i32 %add
     13 }
     14 
     15 attributes #0 = { "target-features"="-thumb-mode" }
     16 attributes #1 = { "target-features"="+thumb-mode" }
     17