aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/arm-asm.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/arm-asm.ll')
-rw-r--r--test/CodeGen/ARM/arm-asm.ll7
1 files changed, 0 insertions, 7 deletions
diff --git a/test/CodeGen/ARM/arm-asm.ll b/test/CodeGen/ARM/arm-asm.ll
deleted file mode 100644
index f9199ff82b38..000000000000
--- a/test/CodeGen/ARM/arm-asm.ll
+++ /dev/null
@@ -1,7 +0,0 @@
-; RUN: llc -mtriple=arm-eabi %s -o /dev/null
-
-define void @frame_dummy() {
-entry:
- %tmp1 = tail call void (i8*)* (void (i8*)*) asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (i8*)* null ) ; <void (i8*)*> [#uses=0]
- ret void
-}