From: Misha Brukman Date: Fri, 7 Jan 2005 07:05:34 +0000 (+0000) Subject: Convert tabs to spaces X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=60766f7d4180cce859f58a49ecd6066dc9b40b4f;p=oota-llvm.git Convert tabs to spaces git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19320 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Transforms/Instrumentation/BlockProfiling.cpp b/lib/Transforms/Instrumentation/BlockProfiling.cpp index ef1df23e8bc..476a9e8c53e 100644 --- a/lib/Transforms/Instrumentation/BlockProfiling.cpp +++ b/lib/Transforms/Instrumentation/BlockProfiling.cpp @@ -38,9 +38,8 @@ namespace { "Insert instrumentation for function profiling"); } -ModulePass *llvm::createFunctionProfilerPass() -{ - return new FunctionProfiler(); +ModulePass *llvm::createFunctionProfilerPass() { + return new FunctionProfiler(); } bool FunctionProfiler::runOnModule(Module &M) {