summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/a15.ll
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/CodeGen/ARM/a15.ll')
-rw-r--r--llvm/test/CodeGen/ARM/a15.ll6
1 files changed, 6 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/ARM/a15.ll b/llvm/test/CodeGen/ARM/a15.ll
new file mode 100644
index 00000000000..6f816c1c2c5
--- /dev/null
+++ b/llvm/test/CodeGen/ARM/a15.ll
@@ -0,0 +1,6 @@
+; RUN: llc < %s -mcpu=cortex-a15 | FileCheck %s
+
+; CHECK: a
+define i32 @a(i32 %x) {
+ ret i32 %x;
+}
OpenPOWER on IntegriCloud