summaryrefslogtreecommitdiff
path: root/include/llvm/CodeGen/SelectionDAG.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-09-21 16:36:31 +0000
committerChris Lattner <sabre@nondot.org>2010-09-21 16:36:31 +0000
commitecf42c4720aba6ee315d0166045c54187ac2de4d (patch)
tree1a2983d566fad5c526266c88b1c4b978703ecca2 /include/llvm/CodeGen/SelectionDAG.h
parentfa45901eaaecbad3b95042518d7991ad0e5c08a0 (diff)
downloadllvm-ecf42c4720aba6ee315d0166045c54187ac2de4d.tar.gz
llvm-ecf42c4720aba6ee315d0166045c54187ac2de4d.tar.bz2
llvm-ecf42c4720aba6ee315d0166045c54187ac2de4d.tar.xz
continue MachinePointerInfo'izing, eliminating use of one of the old
getLoad overloads. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114443 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/CodeGen/SelectionDAG.h')
-rw-r--r--include/llvm/CodeGen/SelectionDAG.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/llvm/CodeGen/SelectionDAG.h b/include/llvm/CodeGen/SelectionDAG.h
index 85b9627c0b..05376a7fc8 100644
--- a/include/llvm/CodeGen/SelectionDAG.h
+++ b/include/llvm/CodeGen/SelectionDAG.h
@@ -632,9 +632,6 @@ public:
SDValue getLoad(EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr,
MachinePointerInfo PtrInfo, bool isVolatile,
bool isNonTemporal, unsigned Alignment);
- SDValue getLoad(EVT VT, DebugLoc dl, SDValue Chain, SDValue Ptr,
- const Value *SV, int SVOffset, bool isVolatile,
- bool isNonTemporal, unsigned Alignment);
SDValue getExtLoad(ISD::LoadExtType ExtType, EVT VT, DebugLoc dl,
SDValue Chain, SDValue Ptr, MachinePointerInfo PtrInfo,
EVT MemVT, bool isVolatile,