[llvm] r267661 - [LVI] Delete stale and misleading comment.

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 26 20:03:15 PDT 2016


Author: reames
Date: Tue Apr 26 22:03:15 2016
New Revision: 267661

URL: http://llvm.org/viewvc/llvm-project?rev=267661&view=rev
Log:
[LVI] Delete stale and misleading comment.


Modified:
    llvm/trunk/lib/Analysis/LazyValueInfo.cpp

Modified: llvm/trunk/lib/Analysis/LazyValueInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Analysis/LazyValueInfo.cpp?rev=267661&r1=267660&r2=267661&view=diff
==============================================================================
--- llvm/trunk/lib/Analysis/LazyValueInfo.cpp (original)
+++ llvm/trunk/lib/Analysis/LazyValueInfo.cpp Tue Apr 26 22:03:15 2016
@@ -235,11 +235,6 @@ public:
         return markOverdefined();
       }
 
-      // RHS is a ConstantRange, LHS is a non-integer Constant.
-
-      // FIXME: consider the case where RHS is a range [1, 0) and LHS is
-      // a function. The correct result is to pick up RHS.
-
       return markOverdefined();
     }
 




More information about the llvm-commits mailing list