@@ -129,7 +129,7 @@ ArrayRef<MCPhysReg> RISCV::getArgGPRs(const RISCVABI::ABI ABI) {
129
129
static const MCPhysReg ArgIGPRs[] = {RISCV::X10, RISCV::X11, RISCV::X12,
130
130
RISCV::X13, RISCV::X14, RISCV::X15,
131
131
RISCV::X16, RISCV::X17};
132
- // The GPRs used for passing arguments in the ILP32E/ILP64E ABI.
132
+ // The GPRs used for passing arguments in the ILP32E/LP64E ABI.
133
133
static const MCPhysReg ArgEGPRs[] = {RISCV::X10, RISCV::X11, RISCV::X12,
134
134
RISCV::X13, RISCV::X14, RISCV::X15};
135
135
@@ -147,7 +147,7 @@ static ArrayRef<MCPhysReg> getFastCCArgGPRs(const RISCVABI::ABI ABI) {
147
147
RISCV::X10, RISCV::X11, RISCV::X12, RISCV::X13, RISCV::X14, RISCV::X15,
148
148
RISCV::X16, RISCV::X17, RISCV::X28, RISCV::X29, RISCV::X30, RISCV::X31};
149
149
150
- // The GPRs used for passing arguments in the FastCC when using ILP32E/ILP64E .
150
+ // The GPRs used for passing arguments in the FastCC when using ILP32E/LP64E .
151
151
static const MCPhysReg FastCCEGPRs[] = {RISCV::X10, RISCV::X11, RISCV::X12,
152
152
RISCV::X13, RISCV::X14, RISCV::X15};
153
153
0 commit comments