Skip to content

Commit 16f648f

Browse files
committed
fixup! Use SDTCisPtrTy
1 parent 3736822 commit 16f648f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/RISCV/RISCVInstrInfo.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ def riscv_add_tprel : SDNode<"RISCVISD::ADD_TPREL",
103103
SDTCisInt<0>]>>;
104104

105105
def riscv_probed_alloca : SDNode<"RISCVISD::PROBED_ALLOCA",
106-
SDTypeProfile<0, 1, [SDTCisVT<0, XLenVT>]>,
106+
SDTypeProfile<0, 1, [SDTCisPtrTy<0>]>,
107107
[SDNPHasChain, SDNPMayStore]>;
108108

109109
//===----------------------------------------------------------------------===//

0 commit comments

Comments
 (0)