diff options
Diffstat (limited to 'test/CodeGen/ARM/a15.ll')
-rw-r--r-- | test/CodeGen/ARM/a15.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/a15.ll b/test/CodeGen/ARM/a15.ll new file mode 100644 index 0000000000..6f816c1c2c --- /dev/null +++ b/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; +} |