Remove non-DebugLoc versions of getLoad and getStore.
authorDale Johannesen <dalej@apple.com>
Wed, 4 Feb 2009 20:06:27 +0000 (20:06 +0000)
committerDale Johannesen <dalej@apple.com>
Wed, 4 Feb 2009 20:06:27 +0000 (20:06 +0000)
commit33c960f523f2308482d5b2816af46a7ec90a6d3d
tree12fc0afa40a4f182305d0516144832f1ca34c28a
parentd24479730a8790d82c4859dc477bc2416d7a6bda
Remove non-DebugLoc versions of getLoad and getStore.
Adjust the many callers of those versions.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63767 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
include/llvm/CodeGen/SelectionDAG.h
lib/CodeGen/SelectionDAG/LegalizeDAG.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/Alpha/AlphaISelLowering.cpp
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/IA64/IA64ISelLowering.cpp
lib/Target/Mips/MipsISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.cpp
lib/Target/PowerPC/PPCISelLowering.h
lib/Target/Sparc/SparcISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86ISelLowering.h
lib/Target/XCore/XCoreISelLowering.cpp