summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll')
-rw-r--r--test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll b/test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll
new file mode 100644
index 0000000..e1e94b6
--- /dev/null
+++ b/test/CodeGen/ARM/2009-07-09-asm-p-constraint.ll
@@ -0,0 +1,7 @@
+; RUN: llc < %s -march=arm -mattr=+v6
+
+define void @test(i8* %x) nounwind {
+entry:
+ call void asm sideeffect "pld\09${0:a}", "r,~{cc}"(i8* %x) nounwind
+ ret void
+}
OpenPOWER on IntegriCloud