summaryrefslogtreecommitdiffstats
path: root/test/DebugInfo/ARM/line.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/DebugInfo/ARM/line.test')
-rw-r--r--test/DebugInfo/ARM/line.test7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/DebugInfo/ARM/line.test b/test/DebugInfo/ARM/line.test
new file mode 100644
index 0000000..47feb46
--- /dev/null
+++ b/test/DebugInfo/ARM/line.test
@@ -0,0 +1,7 @@
+; RUN: llc -mtriple=arm-none-linux -O0 -filetype=asm < %S/../Inputs/line.ll | FileCheck %S/../Inputs/line.ll
+
+; This is more complex than it looked. It's mixed up somewhere in SelectionDAG
+; (legalized as br_cc, losing the separation between the comparison and the
+; branch, then further lowered to CMPri + brcc but without the fidelity that
+; those two instructions are on separate lines)
+; XFAIL: *