More cleanups for MachineOperand:
authorChris Lattner <sabre@nondot.org>
Sun, 30 Dec 2007 21:56:09 +0000 (21:56 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 30 Dec 2007 21:56:09 +0000 (21:56 +0000)
commitf73823000e2d5d6e1cf65bdf5a107297e18d35fb
tree89f1433874f356861a996b65199fb5c66aed403f
parente3087890ac7f2fcf4697f8e09091e9a384311b9c
More cleanups for MachineOperand:
  - Eliminate the static "print" method for operands, moving it
    into MachineOperand::print.
  - Change various set* methods for register flags to take a bool
    for the value to set it to.  Remove unset* methods.
  - Group methods more logically by operand flavor in MachineOperand.h

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45461 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveVariables.h
include/llvm/CodeGen/MachineInstr.h
include/llvm/CodeGen/MachineOperand.h
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveVariables.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/CodeGen/VirtRegMap.cpp
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/TargetInstrInfo.cpp
lib/Target/X86/X86RegisterInfo.cpp