We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00d1e25 commit 732086cCopy full SHA for 732086c
llvm/lib/Target/RISCV/RISCVRegisterInfo.td
@@ -257,7 +257,7 @@ def GPRX5 : GPRRegisterClass<(add X5)> {
257
}
258
259
def GPRNoX0 : GPRRegisterClass<(sub GPR, X0)> {
260
- let DiagnosticType = "InvalidRegClassGPRX0";
+ let DiagnosticType = "InvalidRegClassGPRNoX0";
261
let DiagnosticString = "register must be a GPR excluding zero (x0)";
262
263
0 commit comments