Home | History | Annotate | Download | only in XCore
      1 ; RUN: llc < %s -march=xcore
      2 
      3 define i32 @test(i32 %X) {
      4 	%tmp.1 = add i32 %X, 1
      5 	ret i32 %tmp.1
      6 }
      7