blob: 740433bf824aaedfcb22a352a0fe43b0484641d7 [file] [log] [blame]
Colin LeMahieud2158752015-06-18 20:43:50 +00001; RUN: llc -march=hexagon < %s | FileCheck --strict-whitespace %s
2; Make sure we are emitting tabs as formatting.
3; CHECK: {
4; CHECK-NEXT: {{jump|r}}
5define i32 @foobar(i32 %a, i32 %b) {
6 %1 = add i32 %a, %b
7 ret i32 %1
8}