From bf9a7c43b0c74a161c0a73164e59cc4785bb3085 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. llvm-svn: 281941 --- llvm/test/MC/AArch64/directive-arch-negative.s | 5 +++++ llvm/test/MC/AArch64/directive-arch.s | 5 ----- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/llvm/test/MC/AArch64/directive-arch-negative.s b/llvm/test/MC/AArch64/directive-arch-negative.s index a69f4d8e..327389d 100644 --- a/llvm/test/MC/AArch64/directive-arch-negative.s +++ b/llvm/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/llvm/test/MC/AArch64/directive-arch.s b/llvm/test/MC/AArch64/directive-arch.s index 9764cc7..e324438 100644 --- a/llvm/test/MC/AArch64/directive-arch.s +++ b/llvm/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 - -- 2.7.4