[SelectionDAG] Remove SelectionDAG::getTargetMemSDNode now that its not used.
Targets are expected to use getMemIntrinsicNode and not provide their own subclasses. X86 was previously the only user.
Loading
Please register or sign in to comment
Targets are expected to use getMemIntrinsicNode and not provide their own subclasses. X86 was previously the only user.