Skip to content

Commit 849bec8

Browse files
committed
fixup! Rename $scratch->$target
1 parent 759124e commit 849bec8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.td

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1455,17 +1455,17 @@ let hasSideEffects = 1, mayLoad = 1, mayStore = 1, isCodeGenOnly = 1 in {
14551455
// Probed stack allocation of a constant size, used in function prologues when
14561456
// stack-clash protection is enabled.
14571457
def PROBED_STACKALLOC : Pseudo<(outs GPR:$sp),
1458-
(ins GPR:$scratch),
1458+
(ins GPR:$target),
14591459
[]>,
14601460
Sched<[]>;
14611461
def PROBED_STACKALLOC_RVV : Pseudo<(outs GPR:$sp),
1462-
(ins GPR:$scratch),
1462+
(ins GPR:$target),
14631463
[]>,
14641464
Sched<[]>;
14651465
let usesCustomInserter = 1 in
14661466
def PROBED_STACKALLOC_DYN : Pseudo<(outs),
1467-
(ins GPR:$scratch),
1468-
[(riscv_probed_alloca GPR:$scratch)]>,
1467+
(ins GPR:$target),
1468+
[(riscv_probed_alloca GPR:$target)]>,
14691469
Sched<[]>;
14701470
}
14711471

0 commit comments

Comments
 (0)