[PATCH] D64011: [RISCV][NFC] Fix HasStedExtA -> HasStdExtA typo in comment

Alex Bradbury via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 15 20:53:47 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL366173: [RISCV][NFC] Fix HasStedExtA -> HasStdExtA typo in comment (authored by asb, committed by ).
Herald added a subscriber: MaskRay.

Changed prior to commit:
  https://reviews.llvm.org/D64011?vs=207310&id=210018#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64011/new/

https://reviews.llvm.org/D64011

Files:
  llvm/trunk/lib/Target/RISCV/RISCVInstrInfoA.td


Index: llvm/trunk/lib/Target/RISCV/RISCVInstrInfoA.td
===================================================================
--- llvm/trunk/lib/Target/RISCV/RISCVInstrInfoA.td
+++ llvm/trunk/lib/Target/RISCV/RISCVInstrInfoA.td
@@ -84,7 +84,7 @@
 defm AMOMAX_D   : AMO_rr_aq_rl<0b10100, 0b011, "amomax.d">;
 defm AMOMINU_D  : AMO_rr_aq_rl<0b11000, 0b011, "amominu.d">;
 defm AMOMAXU_D  : AMO_rr_aq_rl<0b11100, 0b011, "amomaxu.d">;
-} // Predicates = [HasStedExtA, IsRV64]
+} // Predicates = [HasStdExtA, IsRV64]
 
 //===----------------------------------------------------------------------===//
 // Pseudo-instructions and codegen patterns


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D64011.210018.patch
Type: text/x-patch
Size: 637 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190716/c81694c3/attachment.bin>


More information about the llvm-commits mailing list