From 5a1d5139b87360ed82d357894c8559238b527302 Mon Sep 17 00:00:00 2001 From: Tim Northover Date: Wed, 7 May 2014 10:47:00 +0000 Subject: [PATCH] AArch64/ARM64: put annotation in test It makes finding already covered tests much easier with "grep -L arm64". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208187 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/AArch64/named-reg-alloc.ll | 1 + test/CodeGen/AArch64/named-reg-notareg.ll | 1 + test/CodeGen/AArch64/stackpointer.ll | 1 + 3 files changed, 3 insertions(+) diff --git a/test/CodeGen/AArch64/named-reg-alloc.ll b/test/CodeGen/AArch64/named-reg-alloc.ll index 52ccdf01c7a..31d72f6be0e 100644 --- a/test/CodeGen/AArch64/named-reg-alloc.ll +++ b/test/CodeGen/AArch64/named-reg-alloc.ll @@ -1,4 +1,5 @@ ; RUN: not llc < %s -mtriple=aarch64-linux-gnueabi 2>&1 | FileCheck %s +; arm64 has separate copy of this test define i32 @get_stack() nounwind { entry: diff --git a/test/CodeGen/AArch64/named-reg-notareg.ll b/test/CodeGen/AArch64/named-reg-notareg.ll index aed8a85b44d..66d013137cf 100644 --- a/test/CodeGen/AArch64/named-reg-notareg.ll +++ b/test/CodeGen/AArch64/named-reg-notareg.ll @@ -1,4 +1,5 @@ ; RUN: not llc < %s -mtriple=aarch64-linux-gnueabi 2>&1 | FileCheck %s +; arm64 has separate copy of this test define i32 @get_stack() nounwind { entry: diff --git a/test/CodeGen/AArch64/stackpointer.ll b/test/CodeGen/AArch64/stackpointer.ll index 00eabcb297c..1f20692c8c9 100644 --- a/test/CodeGen/AArch64/stackpointer.ll +++ b/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: