• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1; 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}
9