> 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.
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