forked from OSchip/llvm-project
Add comment (lost when reverting and reapplying 101503).
llvm-svn: 101664
This commit is contained in:
parent
2b3a32f7a0
commit
0b685eb778
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue