From c67651dd70b740765cdb809aa0c87236a7eedc1a Mon Sep 17 00:00:00 2001 From: Philip Reames Date: Wed, 27 Apr 2016 03:03:15 +0000 Subject: [PATCH] [LVI] Delete stale and misleading comment. llvm-svn: 267661 --- llvm/lib/Analysis/LazyValueInfo.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index 98759e12c428..cb1ad5e65255 100644 --- a/llvm/lib/Analysis/LazyValueInfo.cpp +++ b/llvm/lib/Analysis/LazyValueInfo.cpp @@ -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(); }