OSDN Git Service

force clients of MachineFunction::getMachineMemOperand to provide a
authorChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 04:46:39 +0000 (04:46 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 04:46:39 +0000 (04:46 +0000)
commit93a95ae8a9d8eb19dc0d90281473be2fb1c05a17
treed87e0e086e8459314307f38ae6f58c104962d83e
parent59db5496f4fc2ef6111569e542f8b65480ef14c1
force clients of MachineFunction::getMachineMemOperand to provide a
MachinePointerInfo, propagating the type out a level of API.  Remove
the old MachineFunction::getMachineMemOperand impl.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114393 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineFunction.h
include/llvm/CodeGen/MachineMemOperand.h
lib/CodeGen/MachineFunction.cpp
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
lib/CodeGen/TargetInstrInfoImpl.cpp