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 | 417ca179a9bb360132a51d92f6c4e576fa911b54 (patch) | |
tree | 5fdff4753c1cc5ef57060111a1b8fdb597823d2c /llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp | |
parent | 9a7ac162149b704a2c3bf47288c5905e7025d1df (diff) | |
download | bcm5719-llvm-417ca179a9bb360132a51d92f6c4e576fa911b54.tar.gz bcm5719-llvm-417ca179a9bb360132a51d92f6c4e576fa911b54.zip |
Convert tabs to spaces
llvm-svn: 19320
Diffstat (limited to 'llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp')
-rw-r--r-- | llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp b/llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp index ef1df23e8bc..476a9e8c53e 100644 --- a/llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp +++ b/llvm/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) { |