mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 06:30:39 +00:00
Clarify that OverflowingBinaryOperator is not used for SDiv, even though
SDiv is a binary operation that can overflow. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@76464 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5026ae4514
commit
344df5ecdf
@ -61,7 +61,8 @@ public:
|
||||
};
|
||||
|
||||
/// OverflowingBinaryOperator - Utility class for integer arithmetic operators
|
||||
/// which may exhibit overflow - Add, Sub, and Mul.
|
||||
/// which may exhibit overflow - Add, Sub, and Mul. It does not include SDiv,
|
||||
/// despite that operator having the potential for overflow.
|
||||
///
|
||||
class OverflowingBinaryOperator : public Operator {
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user