Re: [llvm-commits] CVS: llvm/include/llvm/Constants.h Value.h

2007-01-11 Thread Chris Lattner
> For PR1043: http://llvm.org/PR1043 : > Merge ConstantIntegral and ConstantBool into ConstantInt. > Remove ConstantIntegral and ConstantBool from LLVM. yay! Some feedback below. > + /// @brief Static factory method for getting a ConstantInt > instance which > + /// stands for a bool value.

[llvm-commits] CVS: llvm/include/llvm/Constants.h Value.h

2007-01-11 Thread Zhou Sheng
Changes in directory llvm/include/llvm: Constants.h updated: 1.113 -> 1.114 Value.h updated: 1.89 -> 1.90 --- Log message: For PR1043: http://llvm.org/PR1043 : Merge ConstantIntegral and ConstantBool into ConstantInt. Remove ConstantIntegral and ConstantBool from LLVM. --- Diffs of the change