aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/CodeGen/MachineBasicBlock.cpp
diff options
context:
space:
mode:
authorReid Spencer <rspencer@reidspencer.com>2007-02-16 22:36:51 +0000
committerReid Spencer <rspencer@reidspencer.com>2007-02-16 22:36:51 +0000
commit1d0721209dab31c097db14e11704067467fc11b7 (patch)
tree99f6a95722adb1963f8f63a182fa804107c8be3e /llvm/lib/CodeGen/MachineBasicBlock.cpp
parentf9122c4512050d3d00f45d85c61048a30bf9994e (diff)
downloadllvm-1d0721209dab31c097db14e11704067467fc11b7.zip
llvm-1d0721209dab31c097db14e11704067467fc11b7.tar.gz
llvm-1d0721209dab31c097db14e11704067467fc11b7.tar.bz2
Review changes:
1. Function style changes. 2. 80-col violations. 3. Better names for things. 4. Arrange constructors so they all take bit width first. 5. Add named signed and unsigned comparison functions and remove the corresponding operators. 6. Remove operator&& and operator|| but provide a getBoolValue function which converts to bool as comparison against 0. This allows the normal && and || operators to be used as if (X.getBoolValue() && Y.getBoolValue()) Note: this still doesn't function 100% yet. I'm working on the bugs now. llvm-svn: 34353
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions