xref: /llvm-project/llvm/test/DebugInfo/ARM/line.test (revision 3ef249c9c0a14d789c67df10e8a8b7880d1a7bd5)
1; RUN: llc -mtriple=arm-none-linux -O0 -filetype=asm < %S/../Inputs/line.ll | FileCheck %S/../Inputs/line.ll
2
3; This is more complex than it looked. It's mixed up somewhere in SelectionDAG
4; (legalized as br_cc, losing the separation between the comparison and the
5; branch, then further lowered to CMPri + brcc but without the fidelity that
6; those two instructions are on separate lines)
7; XFAIL: *
8