Add comment (lost when reverting and reapplying 101503).

llvm-svn: 101664
This commit is contained in:
Dale Johannesen 2010-04-17 19:56:46 +00:00
parent 3117e48427
commit f044ed7cf9

View File

@ -165,6 +165,8 @@ namespace llvm {
void analyzeFunction(Function *F);
};
// The Function* for a function can be changed (by ArgumentPromotion);
// the ValueMap will update itself when this happens.
ValueMap<const Function *, FunctionInfo> CachedFunctionInfo;
public: