xref: /aosp_15_r20/external/llvm/test/CodeGen/Hexagon/checktabs.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
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