[NFC] Fix comment to adjust to reality
authorMax Kazantsev <max.kazantsev@azul.com>
Mon, 15 Jan 2018 05:44:43 +0000 (05:44 +0000)
committerMax Kazantsev <max.kazantsev@azul.com>
Mon, 15 Jan 2018 05:44:43 +0000 (05:44 +0000)
llvm-svn: 322468

llvm/lib/Transforms/Scalar/InductiveRangeCheckElimination.cpp

index 9310101..c8e58a1 100644 (file)
@@ -193,7 +193,7 @@ public:
   Use *getCheckUse() const { return CheckUse; }
 
   /// Represents an signed integer range [Range.getBegin(), Range.getEnd()).  If
-  /// R.getEnd() sle R.getBegin(), then R denotes the empty range.
+  /// R.getEnd() le R.getBegin(), then R denotes the empty range.
 
   class Range {
     const SCEV *Begin;