mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-04 03:06:28 +00:00
clarify comment
llvm-svn: 120772
This commit is contained in:
parent
3e119b0bb4
commit
4b1aa19443
@ -266,8 +266,8 @@ public:
|
||||
inline const APFloat& getValueAPF() const { return Val; }
|
||||
|
||||
/// isNullValue - Return true if this is the value that would be returned by
|
||||
/// getNullValue. Don't depend on == for doubles to tell us it's zero, it
|
||||
/// considers -0.0 to be null as well as 0.0. :(
|
||||
/// getNullValue. For ConstantFP, this is +0.0, but not -0.0. To handle the
|
||||
/// two the same, use isZero().
|
||||
virtual bool isNullValue() const;
|
||||
|
||||
/// isNegativeZeroValue - Return true if the value is what would be returned
|
||||
|
Loading…
x
Reference in New Issue
Block a user