I Added a triple flag for x86-evenDirective test.
[oota-llvm.git] / test / CodeGen / Hexagon / checktabs.ll
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}}
5 define i32 @foobar(i32 %a, i32 %b) {
6   %1 = add i32 %a, %b
7   ret i32 %1
8 }