* Add 3 new types of MachineOperand: ConstantPoolIndex ExternalSymbol and GlobalAddress's
authorChris Lattner <sabre@nondot.org>
Mon, 13 Jan 2003 00:18:17 +0000 (00:18 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 13 Jan 2003 00:18:17 +0000 (00:18 +0000)
commit3c8cbe6567c94fdd24ec9b2b8b5c5cc1b01a8c58
tree82dfcaf1163f127ea49e6977e4898408146cafab
parent40a75577ea6b4fb9cc92780ca0caa21604246b1b
* Add 3 new types of MachineOperand: ConstantPoolIndex ExternalSymbol and GlobalAddress's
* Add new isPCRelative modifier flag which should be used in place of MO_PCRelativeDisp type.
* Fix a bug in isPhysicalRegister
* Add new setOpcode and RemoveOperand methods

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