mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-12 07:41:14 +00:00
Add comment (lost when reverting and reapplying 101503).
llvm-svn: 101664
This commit is contained in:
parent
3117e48427
commit
f044ed7cf9
@ -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…
x
Reference in New Issue
Block a user