[PATCH] D90915: [AArch64][MC] Remove unused CHECK-ERROR in SVE test file
David Spickett via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 6 01:56:50 PST 2020
DavidSpickett created this revision.
Herald added subscribers: llvm-commits, kristof.beyls, tschuett.
Herald added a project: LLVM.
DavidSpickett requested review of this revision.
This file is only ever looking for errors so we can
just use the default CHECK.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D90915
Files:
llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s
Index: llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s
===================================================================
--- llvm/test/MC/AArch64/SVE/dot-req-diagnostics.s
+++ 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D90915.303375.patch
Type: text/x-patch
Size: 547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201106/94252b6a/attachment.bin>
More information about the llvm-commits
mailing list