aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/SelectionDAG.h
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
commit5cd9391a089d146d8a18ade602769502e5a8d36f (patch)
tree47c593b84e828e1d8c3b07c2677f50e96a731fb4 /include/llvm/CodeGen/SelectionDAG.h
parentd0e139fa7409a009c416f2b0bcf4665f23ddca83 (diff)
downloadexternal_llvm-5cd9391a089d146d8a18ade602769502e5a8d36f.tar.gz
external_llvm-5cd9391a089d146d8a18ade602769502e5a8d36f.tar.bz2
external_llvm-5cd9391a089d146d8a18ade602769502e5a8d36f.zip
eliminate last SelectionDAG::getLoad old entrypoint, on to stores.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114450 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAG.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index 24de88ab76..b84aeaf782 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -641,11 +641,6 @@ public:
SDValue 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);
- SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,
- EVT VT, DebugLoc dl,
- SDValue Chain, SDValue Ptr, SDValue Offset,
MachinePointerInfo PtrInfo, EVT MemVT,
bool isVolatile, bool isNonTemporal, unsigned Alignment);
SDValue getLoad(ISD::MemIndexedMode AM, ISD::LoadExtType ExtType,