aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/TargetData.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
commite81d2dad2c54014d36c73573307db5852c5caf8e (patch)
tree5875211881cbeea392a2f3ec6657fd8990ee675e /lib/Target/TargetData.cpp
parentae6f1fa36b020c89b0f44c4b4222d0f5fd9b6326 (diff)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@34353 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetData.cpp')
0 files changed, 0 insertions, 0 deletions