summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-21 17:42:31 +0000
committerChris Lattner <sabre@nondot.org>2010-09-21 17:42:31 +0000
commit6963c1f7898e7aeececb7dd948871dde3eb87a93 (patch)
tree7960d36489cd091693520ec4eb084355662b9fb8 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
parent43d992386088b248457d031b6b2acbfcbfd67f97 (diff)
downloadbcm5719-llvm-6963c1f7898e7aeececb7dd948871dde3eb87a93.tar.gz
bcm5719-llvm-6963c1f7898e7aeececb7dd948871dde3eb87a93.zip
eliminate an old SelectionDAG::getTruncStore method, propagating
MachinePointerInfo around more. llvm-svn: 114452
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 5e0daec1bde..50a3df154aa 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@ -4053,16 +4053,6 @@ SDValue SelectionDAG::getStore(SDValue Chain, DebugLoc dl, SDValue Val,
}
SDValue SelectionDAG::getTruncStore(SDValue Chain, DebugLoc dl, SDValue Val,
- SDValue Ptr, const Value *SV,
- int SVOffset, EVT SVT,
- bool isVolatile, bool isNonTemporal,
- unsigned Alignment) {
-
- return getTruncStore(Chain, dl, Val, Ptr, MachinePointerInfo(SV, SVOffset),
- SVT, isVolatile, isNonTemporal, Alignment);
-}
-
-SDValue SelectionDAG::getTruncStore(SDValue Chain, DebugLoc dl, SDValue Val,
SDValue Ptr, MachinePointerInfo PtrInfo,
EVT SVT,bool isVolatile, bool isNonTemporal,
unsigned Alignment) {
OpenPOWER on IntegriCloud