From: Dale Johannesen Date: Sat, 17 Apr 2010 19:56:46 +0000 (+0000) Subject: Add comment (lost when reverting and reapplying 101503). X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b5f6af644ebe504479a74341ae8b0c706e7a5fcc;p=oota-llvm.git Add comment (lost when reverting and reapplying 101503). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@101664 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/llvm/Analysis/InlineCost.h b/include/llvm/Analysis/InlineCost.h index ff1f62b3b63..ab0b84524af 100644 --- a/include/llvm/Analysis/InlineCost.h +++ b/include/llvm/Analysis/InlineCost.h @@ -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 CachedFunctionInfo; public: