aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/pr25317.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/pr25317.ll')
-rw-r--r--test/CodeGen/ARM/pr25317.ll11
1 files changed, 0 insertions, 11 deletions
diff --git a/test/CodeGen/ARM/pr25317.ll b/test/CodeGen/ARM/pr25317.ll
deleted file mode 100644
index 6770c6f84ecd..000000000000
--- a/test/CodeGen/ARM/pr25317.ll
+++ /dev/null
@@ -1,11 +0,0 @@
-; RUN: llc < %s | FileCheck %s
-
-target datalayout = "e-m:e-p:32:32-i64:64-v128:64:128-a:0:32-n32-S64"
-target triple = "armv7--linux-gnueabihf"
-
-; CHECK-LABEL: f:
-; CHECK: str lr, [r0]
-define void @f(i32* %p) {
- call void asm sideeffect "str lr, $0", "=*o"(i32* %p)
- ret void
-} \ No newline at end of file