[llvm] 624d3fe - [AArch64][MC] Remove unused CHECK-ERROR in SVE test file

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


Author: David Spickett
Date: 2020-11-06T11:21:12Z
New Revision: 624d3fe0e41e4cc6d218ca96e3ad5e4625bbb347

URL: https://github.com/llvm/llvm-project/commit/624d3fe0e41e4cc6d218ca96e3ad5e4625bbb347
DIFF: https://github.com/llvm/llvm-project/commit/624d3fe0e41e4cc6d218ca96e3ad5e4625bbb347.diff

LOG: [AArch64][MC] Remove unused CHECK-ERROR in SVE test file

This file is only ever looking for errors so we can
just use the default CHECK.

Reviewed By: sdesmalen

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

Added: 
    

Modified: 
    llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s

Removed: 
    


################################################################################
diff  --git a/llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s b/llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s
index c66269409073..462758e1fe16 100644
--- a/llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s
+++ b/llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s
@@ -1,4 +1,4 @@
-// RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+sve < %s 2>&1 | FileCheck --check-prefix=CHECK --check-prefix=CHECK-ERROR %s
+// RUN: not llvm-mc -triple aarch64-none-linux-gnu -mattr=+sve < %s 2>&1 | FileCheck %s
 
 foo:
 // CHECK: error: sve predicate register without type specifier expected


        


More information about the llvm-commits mailing list