finish half thunk thought
authorChris Lattner <sabre@nondot.org>
Tue, 3 Nov 2009 20:52:57 +0000 (20:52 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 3 Nov 2009 20:52:57 +0000 (20:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85937 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Scalar/SCCP.cpp

index 15b5bb5bc41f76d168746c4cb88ef6bfc9a7a4ba..83fcd8434b5cee2e57e5e5bb4483e3257d18a9c8 100644 (file)
@@ -174,7 +174,9 @@ class SCCPSolver : public InstVisitor<SCCPSolver> {
   /// that return multiple values.
   DenseMap<std::pair<Function*, unsigned>, LatticeVal> TrackedMultipleRetVals;
 
-  /// TrackingIncomingArguments - This is the set of functions that are 
+  /// TrackingIncomingArguments - This is the set of functions for whose
+  /// arguments we make optimistic assumptions about and try to prove as
+  /// constants.
   SmallPtrSet<Function*, 16> TrackingIncomingArguments;
   
   /// The reason for two worklists is that overdefined is the lowest state