aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Analysis/LazyValueInfo.cpp
diff options
context:
space:
mode:
authorPhilip Reames <listmail@philipreames.com>2016-04-27 03:03:15 +0000
committerPhilip Reames <listmail@philipreames.com>2016-04-27 03:03:15 +0000
commitc67651dd70b740765cdb809aa0c87236a7eedc1a (patch)
treed01cff708d9f3e4692fa8458d30e07d54712df4e /llvm/lib/Analysis/LazyValueInfo.cpp
parent8676c3d599b6eab7797c2864be511ecaf6b25d8f (diff)
downloadllvm-c67651dd70b740765cdb809aa0c87236a7eedc1a.zip
llvm-c67651dd70b740765cdb809aa0c87236a7eedc1a.tar.gz
llvm-c67651dd70b740765cdb809aa0c87236a7eedc1a.tar.bz2
[LVI] Delete stale and misleading comment.
llvm-svn: 267661
Diffstat (limited to 'llvm/lib/Analysis/LazyValueInfo.cpp')
-rw-r--r--llvm/lib/Analysis/LazyValueInfo.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp
index 98759e1..cb1ad5e 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();
}