aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll')
-rw-r--r--test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll b/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
deleted file mode 100644
index 99e67d501ca0..000000000000
--- a/test/CodeGen/ARM/2007-05-14-InlineAsmCstCrash.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc -mtriple=arm-eabi -mattr=+v6 %s -o /dev/null
-
-define i32 @test3() {
- tail call void asm sideeffect "/* number: ${0:c} */", "i"( i32 1 )
- ret i32 11
-}