[PATCH] D101919: RISCV: add a few deprecated aliases for CSRs

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 13:59:20 PDT 2021


craig.topper added inline comments.


================
Comment at: llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp:1318
+        Warning(S, "'" + Identifier + "' is a deprecated alias for '" +
+                       SysReg->Name + "'");
+
----------------
craig.topper wrote:
> Shouldn't this be aligned with the "'" on the previous line or did clang-format get confused somehow?
Nevermind I guess, that's actually clang-format indenting it by 4 spaces?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101919



More information about the llvm-commits mailing list