[LVI] Delete stale and misleading comment.
authorPhilip Reames <listmail@philipreames.com>
Wed, 27 Apr 2016 03:03:15 +0000 (03:03 +0000)
committerPhilip Reames <listmail@philipreames.com>
Wed, 27 Apr 2016 03:03:15 +0000 (03:03 +0000)
llvm-svn: 267661

llvm/lib/Analysis/LazyValueInfo.cpp

index 98759e1..cb1ad5e 100644 (file)
@@ -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();
     }