From f1212b9bfc60227b84a62c862bfc5e0c49530021 Mon Sep 17 00:00:00 2001 From: Eric Christopher Date: Mon, 19 Sep 2016 21:55:04 +0000 Subject: [PATCH] Move the armv8.1-a ras test to a negative with noras test as ras is included in armv8.1-a by default and so we weren't testing anything. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@281941 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/MC/AArch64/directive-arch-negative.s | 5 +++++ test/MC/AArch64/directive-arch.s | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/test/MC/AArch64/directive-arch-negative.s b/test/MC/AArch64/directive-arch-negative.s index a69f4d8e044..327389de024 100644 --- a/test/MC/AArch64/directive-arch-negative.s +++ b/test/MC/AArch64/directive-arch-negative.s @@ -30,3 +30,8 @@ # CHECK: aese v0.8h, v1.8h # CHECK: ^ + .arch armv8.1-a+noras + esb + +# CHECK: error: instruction requires: ras +# CHECK: esb diff --git a/test/MC/AArch64/directive-arch.s b/test/MC/AArch64/directive-arch.s index 9764cc79e27..e32443876b6 100644 --- a/test/MC/AArch64/directive-arch.s +++ b/test/MC/AArch64/directive-arch.s @@ -8,8 +8,3 @@ # CHECK: aesd v0.16b, v2.16b # CHECK: eor v0.16b, v0.16b, v2.16b - .arch armv8.1-a+ras - esb - -# CHECK: esb -