[llvm] 42848b8 - [AArch64][MC] Remove unused prefix in v8.4-a trace test

David Spickett via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 6 03:17:26 PST 2020


Author: David Spickett
Date: 2020-11-06T11:17:18Z
New Revision: 42848b8270909e0fa3cd0f471a705b22d2edc99f

URL: https://github.com/llvm/llvm-project/commit/42848b8270909e0fa3cd0f471a705b22d2edc99f
DIFF: https://github.com/llvm/llvm-project/commit/42848b8270909e0fa3cd0f471a705b22d2edc99f.diff

LOG: [AArch64][MC] Remove unused prefix in v8.4-a trace test

It was unused when added and the CHECK-ERROR lines
cover the possible outputs.

Reviewed By: ostannard

Differential Revision: https://reviews.llvm.org/D90913

Added: 
    

Modified: 
    llvm/test/MC/AArch64/armv8.4a-trace.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AArch64/armv8.4a-trace.s b/llvm/test/MC/AArch64/armv8.4a-trace.s
index 7227b500be16..a7ce371a0a0b 100644
--- a/llvm/test/MC/AArch64/armv8.4a-trace.s
+++ b/llvm/test/MC/AArch64/armv8.4a-trace.s
@@ -8,7 +8,7 @@
 // RUN: FileCheck %s --check-prefix=CHECK-ERROR
 
 // RUN: not llvm-mc -triple aarch64-none-linux-gnu -show-encoding -mattr=+v8.4a,-tracev8.4 -o - %s 2>&1 | \
-// RUN: FileCheck %s --check-prefixes NOFEATURE,CHECK-ERROR
+// RUN: FileCheck %s --check-prefixes CHECK-ERROR
 
 //------------------------------------------------------------------------------
 // ARMV8.4-A Debug, Trace and PMU Extensions


        


More information about the llvm-commits mailing list