[PATCH] D74509: [TBLGEN] Allow to override RC weight
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 14 15:25:15 PST 2020
arsenm accepted this revision.
arsenm added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/utils/TableGen/RegisterInfoEmitter.cpp:207
if (Regs.empty() || RC.Artificial)
- OS << " {0, 0";
+ OS << "0";
else {
----------------
Single quotes
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74509/new/
https://reviews.llvm.org/D74509
More information about the llvm-commits
mailing list