aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Transforms
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-07-14 00:28:45 +0000
committerChris Lattner <sabre@nondot.org>2008-07-14 00:28:45 +0000
commitde29d924202b8c127ca1fc84f91c3e35d542bc7f (patch)
treeb9e46e8f1a86701d4bfbddae2b6e973114635ed8 /include/llvm/Transforms
parent6838d8726ede2b0d7521b4f71940424ebd9bf1b4 (diff)
whitespace fix.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53537 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Transforms')
-rw-r--r--include/llvm/Transforms/Utils/InlineCost.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Transforms/Utils/InlineCost.h b/include/llvm/Transforms/Utils/InlineCost.h
index 41a33035db..24d3fc7523 100644
--- a/include/llvm/Transforms/Utils/InlineCost.h
+++ b/include/llvm/Transforms/Utils/InlineCost.h
@@ -71,7 +71,7 @@ namespace llvm {
unsigned CountCodeReductionForAlloca(Value *V);
};
- std::map<const Function *, FunctionInfo>CachedFunctionInfo;
+ std::map<const Function *, FunctionInfo> CachedFunctionInfo;
public: