[WebAssembly] Use the new offset syntax for memory operands in inline asm.
[oota-llvm.git] / test / DebugInfo / ARM / line.test
index 24d9c5cbce0d494468ba6af3e1b11eb978403c73..47feb4697ce5a8a34c45d6afb66490088ced323d 100644 (file)
@@ -1 +1,7 @@
-; RUN: llc -mtriple=x86_64-linux -O0 -filetype=asm < %S/../Inputs/line.ll | FileCheck %S/../Inputs/line.ll
+; 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: *