Skip to content

Commit 728d817

Browse files
committed
[NFC] Remove unused SelectionDag::getExtLoad function
1 parent f5a6447 commit 728d817

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

llvm/include/llvm/CodeGen/SelectionDAG.h

-10
Original file line numberDiff line numberDiff line change
@@ -1323,16 +1323,6 @@ class SelectionDAG {
13231323
MaybeAlign Alignment = MaybeAlign(),
13241324
MachineMemOperand::Flags MMOFlags = MachineMemOperand::MONone,
13251325
const AAMDNodes &AAInfo = AAMDNodes());
1326-
/// FIXME: Remove once transition to Align is over.
1327-
inline SDValue
1328-
getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT, SDValue Chain,
1329-
SDValue Ptr, MachinePointerInfo PtrInfo, EVT MemVT,
1330-
unsigned Alignment,
1331-
MachineMemOperand::Flags MMOFlags = MachineMemOperand::MONone,
1332-
const AAMDNodes &AAInfo = AAMDNodes()) {
1333-
return getExtLoad(ExtType, dl, VT, Chain, Ptr, PtrInfo, MemVT,
1334-
MaybeAlign(Alignment), MMOFlags, AAInfo);
1335-
}
13361326
SDValue getExtLoad(ISD::LoadExtType ExtType, const SDLoc &dl, EVT VT,
13371327
SDValue Chain, SDValue Ptr, EVT MemVT,
13381328
MachineMemOperand *MMO);

0 commit comments

Comments
 (0)