aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Operator.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/llvm/Operator.h')
-rw-r--r--include/llvm/Operator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/llvm/Operator.h b/include/llvm/Operator.h
index 5ebb9c0dd0..541f13d859 100644
--- a/include/llvm/Operator.h
+++ b/include/llvm/Operator.h
@@ -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: