diff options
| author | Tim Northover <tnorthover@apple.com> | 2014-05-07 10:47:00 +0000 |
|---|---|---|
| committer | Tim Northover <tnorthover@apple.com> | 2014-05-07 10:47:00 +0000 |
| commit | 76a94e6ead8253bd4c66d010ce424ccf610b337d (patch) | |
| tree | f0ff32dba8357f40af0f4979baa32eff4aed9227 /llvm/test/CodeGen/AArch64/stackpointer.ll | |
| parent | 2d7cacd86bf6c946c222fd876ecafea6fb85bc78 (diff) | |
| download | bcm5719-llvm-76a94e6ead8253bd4c66d010ce424ccf610b337d.tar.gz bcm5719-llvm-76a94e6ead8253bd4c66d010ce424ccf610b337d.zip | |
AArch64/ARM64: put annotation in test
It makes finding already covered tests much easier with "grep -L
arm64".
llvm-svn: 208187
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: |

