update the X86 backend to use the MachinePointerInfo version of one
authorChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 06:02:19 +0000 (06:02 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 06:02:19 +0000 (06:02 +0000)
commit51abfe490b62a936dc87462a2b1ddc450651ac6e
tree7ce4f23a6a59b4b2ce3413eb6ab53098b9e59828
parente54b482d1c6ec714a73d8a87a4f7583aa86fac9f
update the X86 backend to use the MachinePointerInfo version of one
of the getLoad methods.  This fixes at least one bug where an incorrect
svoffset is passed in (a potential combiner-aa miscompile).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114404 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp