1. Make a static MachineOperand::create* method for every
authorChris Lattner <sabre@nondot.org>
Sun, 30 Dec 2007 00:29:19 +0000 (00:29 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Dec 2007 00:29:19 +0000 (00:29 +0000)
commite86d0d089e787ca5369f7ae013caa976cb1c193e
tree965b81b591811d1bc531c01e52f8de93eea9de36
parent2c36affc82b3eff0c731f20a10a121feed90a663
1. Make a static MachineOperand::create* method for every
   operand type.
2. Move these create methods below the accessors.
3. Simplify all the MachineInstr::add* methods to use these.

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