diff options
Diffstat (limited to 'llvm/test/CodeGen/AArch64/stackpointer.ll')
| -rw-r--r-- | llvm/test/CodeGen/AArch64/stackpointer.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/AArch64/stackpointer.ll b/llvm/test/CodeGen/AArch64/stackpointer.ll index 00eabcb297c..1f20692c8c9 100644 --- a/llvm/test/CodeGen/AArch64/stackpointer.ll +++ b/llvm/test/CodeGen/AArch64/stackpointer.ll @@ -1,4 +1,5 @@ ; RUN: llc < %s -mtriple=aarch64-linux-gnueabi | FileCheck %s +; arm64 has a separate copy of this test define i64 @get_stack() nounwind { entry: |

