summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-21 17:28:52 +0000
committerChris Lattner <sabre@nondot.org>2010-09-21 17:28:52 +0000
commit5e39ffd02feaa59da0a4c5ab15f4b36ba2c4d65d (patch)
tree95bf2eb5297979a2c209e8fbe45e5fee4cd646a6 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
parentea952f05a5a95265febb082b7203b175be3d3f22 (diff)
downloadbcm5719-llvm-5e39ffd02feaa59da0a4c5ab15f4b36ba2c4d65d.tar.gz
bcm5719-llvm-5e39ffd02feaa59da0a4c5ab15f4b36ba2c4d65d.zip
eliminate last SelectionDAG::getLoad old entrypoint, on to stores.
llvm-svn: 114450
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 4a70a72852f..5e0daec1bde 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -3855,19 +3855,6 @@ SelectionDAG::getMemIntrinsicNode(unsigned Opcode, DebugLoc dl, SDVTList VTList,
return SDValue(N, 0);
}
-SDValue
-SelectionDAG::getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
- EVT VT, DebugLoc dl, SDValue Chain,
- SDValue Ptr, SDValue Offset,
- const Value *SV, int SVOffset, EVT MemVT,
- bool isVolatile, bool isNonTemporal,
- unsigned Alignment) {
-
- return getLoad(AM, ExtType, VT, dl, Chain, Ptr, Offset,
- MachinePointerInfo(SV, SVOffset), MemVT, isVolatile,
- isNonTemporal, Alignment);
-}
-
/// InferPointerInfo - If the specified ptr/offset is a frame index, infer a
/// MachinePointerInfo record from it. This is particularly useful because the
/// code generator has many cases where it doesn't bother passing in a
OpenPOWER on IntegriCloud