diff options
author | Misha Brukman <brukman+llvm@gmail.com> | 2005-01-07 07:05:34 +0000 |
---|---|---|
committer | Misha Brukman <brukman+llvm@gmail.com> | 2005-01-07 07:05:34 +0000 |
commit | 60766f7d4180cce859f58a49ecd6066dc9b40b4f (patch) | |
tree | 033a7c70ee57c62d6f641321550ab56902821a74 /lib/Transforms/Instrumentation/BlockProfiling.cpp | |
parent | d9ed8c888016d15eded298c25bc8bdeffcb8d155 (diff) |
Convert tabs to spaces
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19320 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms/Instrumentation/BlockProfiling.cpp')
-rw-r--r-- | lib/Transforms/Instrumentation/BlockProfiling.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/Transforms/Instrumentation/BlockProfiling.cpp b/lib/Transforms/Instrumentation/BlockProfiling.cpp index ef1df23e8b..476a9e8c53 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) { |