refactor the Value*/offset pair from MachineMemOperand out to a new
authorChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 04:23:39 +0000 (04:23 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 21 Sep 2010 04:23:39 +0000 (04:23 +0000)
commite8e2e80f40495fdd5ad475beb54fcf0989b6b7c5
treee8d11d49ad7ea426ec7940f1c3e38f69a8408ba9
parent22481f2ea18ce80c96dd5b554376b31727213f51
refactor the Value*/offset pair from MachineMemOperand out to a new
MachinePointerInfo struct, no functionality change.

This also adds an assert to MachineMemOperand::MachineMemOperand
that verifies that the Value* is either null or is an IR pointer type.

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