]> granicus.if.org Git - llvm/commitdiff
[LLVMCore] fix description for OverflowingBinaryOperator; NFC
authorSanjay Patel <spatel@rotateright.com>
Fri, 13 Oct 2017 18:25:23 +0000 (18:25 +0000)
committerSanjay Patel <spatel@rotateright.com>
Fri, 13 Oct 2017 18:25:23 +0000 (18:25 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@315726 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/IR/Operator.h

index 54e1165a111ccfb4ba65a32208acf5deb0b76403..ae9255174a3151d956a1266600c419e57a1ed50d 100644 (file)
@@ -61,9 +61,9 @@ public:
   }
 };
 
-/// Utility class for integer arithmetic operators which may exhibit overflow -
-/// Add, Sub, and Mul. It does not include SDiv, despite that operator having
-/// the potential for overflow.
+/// Utility class for integer operators which may exhibit overflow - Add, Sub,
+/// Mul, and Shl. It does not include SDiv, despite that operator having the
+/// potential for overflow.
 class OverflowingBinaryOperator : public Operator {
 public:
   enum {