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 2b3a32f7a0
commit 0b685eb778
1 changed files with 2 additions and 0 deletions

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: