[llvm-commits] [llvm] r53537 - /llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h

Chris Lattner sabre at nondot.org
Sun Jul 13 17:28:46 PDT 2008


Author: lattner
Date: Sun Jul 13 19:28:45 2008
New Revision: 53537

URL: http://llvm.org/viewvc/llvm-project?rev=53537&view=rev
Log:
whitespace fix.

Modified:
    llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h

Modified: llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h?rev=53537&r1=53536&r2=53537&view=diff

==============================================================================
--- llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h (original)
+++ llvm/trunk/include/llvm/Transforms/Utils/InlineCost.h Sun Jul 13 19:28:45 2008
@@ -71,7 +71,7 @@
       unsigned CountCodeReductionForAlloca(Value *V);
     };
 
-    std::map<const Function *, FunctionInfo>CachedFunctionInfo;
+    std::map<const Function *, FunctionInfo> CachedFunctionInfo;
 
   public:
 





More information about the llvm-commits mailing list