• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; RUN: llc < %s -march=xcore
2
3define i32 @test(i32 %X) {
4	%tmp.1 = add i32 %X, 1
5	ret i32 %tmp.1
6}
7