- Let MachineInstr ctors add implicit def and use operands. Other operands
authorEvan Cheng <evan.cheng@apple.com>
Mon, 13 Nov 2006 23:34:06 +0000 (23:34 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Mon, 13 Nov 2006 23:34:06 +0000 (23:34 +0000)
commitd7de496b23fca8145f777a56281457bf64e8bbad
treeec3f3f64bd76b1230b1fa9b15e66e20c2615fa36
parent2718bfbaa6a1ecb37bb34483b09010cbb3563f83
- Let MachineInstr ctors add implicit def and use operands. Other operands
  will be inserted before these operands. If the opcode changes (by
  setOpcode), the implicit operands are updated as well.
- Added IsKill, IsDead fields to MachineOperand in preparation for changes
  that move kill / dead info to MachineInstr's.

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