summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2005-01-07 07:05:34 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2005-01-07 07:05:34 +0000
commit417ca179a9bb360132a51d92f6c4e576fa911b54 (patch)
tree5fdff4753c1cc5ef57060111a1b8fdb597823d2c /llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp
parent9a7ac162149b704a2c3bf47288c5905e7025d1df (diff)
downloadbcm5719-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.cpp5
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) {
OpenPOWER on IntegriCloud