From de29d924202b8c127ca1fc84f91c3e35d542bc7f Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Mon, 14 Jul 2008 00:28:45 +0000 Subject: [PATCH] whitespace fix. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53537 91177308-0d34-0410-b5e6-96231b3b80d8 --- include/llvm/Transforms/Utils/InlineCost.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Transforms/Utils/InlineCost.h b/include/llvm/Transforms/Utils/InlineCost.h index 41a33035db1..24d3fc7523d 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::mapCachedFunctionInfo; + std::map CachedFunctionInfo; public: