summaryrefslogtreecommitdiff
path: root/lib/Transforms/Scalar/SCCP.cpp
diff options
context:
space:
mode:
authorChad Rosier <mcrosier@apple.com>2013-02-20 20:15:55 +0000
committerChad Rosier <mcrosier@apple.com>2013-02-20 20:15:55 +0000
commit6aecad1074817fae6453bb78ac0d917954dfe9bf (patch)
tree130744abf10a97fb2792ddcb3fd1076a38e9f842 /lib/Transforms/Scalar/SCCP.cpp
parent7afb104ed5ce8328da01bdf6fd927489bbaed4b9 (diff)
downloadllvm-6aecad1074817fae6453bb78ac0d917954dfe9bf.tar.gz
llvm-6aecad1074817fae6453bb78ac0d917954dfe9bf.tar.bz2
llvm-6aecad1074817fae6453bb78ac0d917954dfe9bf.tar.xz
Update a comment that looks to have been accidentally deleted many moons ago.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@175658 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Scalar/SCCP.cpp')
-rw-r--r--lib/Transforms/Scalar/SCCP.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Scalar/SCCP.cpp b/lib/Transforms/Scalar/SCCP.cpp
index 3e935d8dc0..837ed9b7d1 100644
--- a/lib/Transforms/Scalar/SCCP.cpp
+++ b/lib/Transforms/Scalar/SCCP.cpp
@@ -1185,7 +1185,7 @@ void SCCPSolver::Solve() {
DEBUG(dbgs() << "\nPopped off OI-WL: " << *I << '\n');
// "I" got into the work list because it either made the transition from
- // bottom to constant
+ // bottom to constant, or to overdefined.
//
// Anything on this worklist that is overdefined need not be visited
// since all of its users will have already been marked as overdefined