Use getPrimitiveSizeInBits() instead of getPrimitiveSize()*8
[oota-llvm.git] / lib / Transforms / Scalar / LowerConstantExprs.cpp
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-04 Reid SpencerAdd #include <iostream> since Value.h does not #include...
2004-06-25 Chris LattnerNew constant expression lowering pass to simplify your...