Remove isImm(), isReg(), and friends, in favor of
authorDan Gohman <gohman@apple.com>
Sat, 13 Sep 2008 17:58:21 +0000 (17:58 +0000)
committerDan Gohman <gohman@apple.com>
Sat, 13 Sep 2008 17:58:21 +0000 (17:58 +0000)
commit014278e6a11fa0767853b831e5bf51b95bf541c5
treecf93cc36bc9bf6bb3b78a416592b7a93c84efb22
parentb8ca4ff6439c1543a0c6729cbcd6c70c3be7dc3c
Remove isImm(), isReg(), and friends, in favor of
isImmediate(), isRegister(), and friends, to avoid confusion
about having two different names with the same meaning. I'm
not attached to the longer names, and would be ok with
changing to the shorter names if others prefer it.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@56189 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/CodeGen/MachineOperand.h
lib/CodeGen/BranchFolding.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/MachineBasicBlock.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineSink.cpp
lib/CodeGen/RegAllocLocal.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/CodeGen/TargetInstrInfoImpl.cpp
lib/CodeGen/UnreachableBlockElim.cpp
lib/Target/ARM/ARMConstantIslandPass.cpp
lib/Target/PowerPC/PPCInstrInfo.cpp
lib/Target/PowerPC/PPCRegisterInfo.cpp
lib/Target/Sparc/SparcInstrInfo.cpp
lib/Target/X86/X86FloatingPoint.cpp
lib/Target/X86/X86ISelLowering.cpp
lib/Target/X86/X86InstrInfo.cpp