xref: /llvm-project/llvm/test/CodeGen/Hexagon/checktabs.ll (revision 2208c97c1bec2512d4e47b6223db6d95a7037956)
1; RUN: llc -mtriple=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