whitespace fix.
authorChris Lattner <sabre@nondot.org>
Mon, 14 Jul 2008 00:28:45 +0000 (00:28 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 14 Jul 2008 00:28:45 +0000 (00:28 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53537 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/Transforms/Utils/InlineCost.h

index 41a33035db1a19938ca69b4c9fb1d9c9e4148b9d..24d3fc7523da8dcfdee1302434d52e4e9321cc05 100644 (file)
@@ -71,7 +71,7 @@ namespace llvm {
       unsigned CountCodeReductionForAlloca(Value *V);
     };
 
-    std::map<const Function *, FunctionInfo>CachedFunctionInfo;
+    std::map<const Function *, FunctionInfo> CachedFunctionInfo;
 
   public: