it's more elegant to put the "getConstantPool" and
authorChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 06:22:23 +0000 (06:22 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 06:22:23 +0000 (06:22 +0000)
commite8639036b1fb3a5b5e9589fe4e9f2ee1b77c36bd
treefc7d588707a78adac585ffc0b491906e6ede9447
parente467d168d09e9d2bc9c598bde341921bba82baaa
it's more elegant to put the "getConstantPool" and
"getFixedStack" on the MachinePointerInfo class.  While
this isn't the problem I'm setting out to solve, it is the
right way to eliminate PseudoSourceValue, so lets go with it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114406 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineMemOperand.h
lib/CodeGen/MachineInstr.cpp
lib/Target/CellSPU/SPUISelDAGToDAG.cpp
lib/Target/CellSPU/SPUISelLowering.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrBuilder.h