[llvm] [RISCV] Correct the spelling of the Zcmop mnemonics. (PR #88826)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 15 20:48:14 PDT 2024


================
@@ -1,7 +1,7 @@
-# RUN: not llvm-mc -triple riscv32 -mattr=+zcmop < %s 2>&1 | FileCheck %s
+# RUN: not llvm-mc -triple riscv32 -mattr=+zc.mop < %s 2>&1 | FileCheck %s
----------------
topperc wrote:

oops. search and replace got away from me

https://github.com/llvm/llvm-project/pull/88826


More information about the llvm-commits mailing list