Change "value" in MachineOperand to be a GlobalValue, as that is the only
authorChris Lattner <sabre@nondot.org>
Thu, 4 May 2006 17:02:51 +0000 (17:02 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 May 2006 17:02:51 +0000 (17:02 +0000)
commitceb408f6a263e319683209ae5c6f8d1e3e4d9b69
tree39deab158d7deec11f5cee07b3d528378766a932
parente45aa737ba902a5caf2f259b3116bfc7d29b2990
Change "value" in MachineOperand to be a GlobalValue, as that is the only
thing that can be in it.  Remove a dead method.

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