aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/a15.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/a15.ll')
-rw-r--r--test/CodeGen/ARM/a15.ll6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/CodeGen/ARM/a15.ll b/test/CodeGen/ARM/a15.ll
deleted file mode 100644
index 9f0b2809a952..000000000000
--- a/test/CodeGen/ARM/a15.ll
+++ /dev/null
@@ -1,6 +0,0 @@
-; RUN: llc -mtriple=arm -mcpu=cortex-a15 %s -o - | FileCheck %s
-
-; CHECK: a
-define i32 @a(i32 %x) {
- ret i32 %x;
-}