* Make MachineOperand ctors private, so MachineOperand can only be created
authorChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 20:48:39 +0000 (20:48 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 28 Oct 2002 20:48:39 +0000 (20:48 +0000)
commit413746e9833d97a8b463ef6a788aa326cf3829a2
tree600175af00f71cdc538c5bc199c9b77160d64a0a
parent1c7907e896fa3da235aa97b50435bd61c94750b6
* Make MachineOperand ctors private, so MachineOperand can only be created
  by MachineInstr.
* Add a bunch of new methods to allow incremental addition of operands to the
  machine instr instance.

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