diff options
author | Philip Reames <listmail@philipreames.com> | 2016-04-27 03:03:15 +0000 |
---|---|---|
committer | Philip Reames <listmail@philipreames.com> | 2016-04-27 03:03:15 +0000 |
commit | c67651dd70b740765cdb809aa0c87236a7eedc1a (patch) | |
tree | d01cff708d9f3e4692fa8458d30e07d54712df4e | |
parent | 8676c3d599b6eab7797c2864be511ecaf6b25d8f (diff) | |
download | bcm5719-llvm-c67651dd70b740765cdb809aa0c87236a7eedc1a.tar.gz bcm5719-llvm-c67651dd70b740765cdb809aa0c87236a7eedc1a.zip |
[LVI] Delete stale and misleading comment.
llvm-svn: 267661
-rw-r--r-- | llvm/lib/Analysis/LazyValueInfo.cpp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/llvm/lib/Analysis/LazyValueInfo.cpp b/llvm/lib/Analysis/LazyValueInfo.cpp index 98759e12c42..cb1ad5e6525 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(); } |