[llvm] r175658 - Update a comment that looks to have been accidentally deleted many moons ago.
Chad Rosier
mcrosier at apple.com
Wed Feb 20 12:15:55 PST 2013
Author: mcrosier
Date: Wed Feb 20 14:15:55 2013
New Revision: 175658
URL: http://llvm.org/viewvc/llvm-project?rev=175658&view=rev
Log:
Update a comment that looks to have been accidentally deleted many moons ago.
Modified:
llvm/trunk/lib/Transforms/Scalar/SCCP.cpp
Modified: llvm/trunk/lib/Transforms/Scalar/SCCP.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Transforms/Scalar/SCCP.cpp?rev=175658&r1=175657&r2=175658&view=diff
==============================================================================
--- llvm/trunk/lib/Transforms/Scalar/SCCP.cpp (original)
+++ llvm/trunk/lib/Transforms/Scalar/SCCP.cpp Wed Feb 20 14:15:55 2013
@@ -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
More information about the llvm-commits
mailing list