aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Instrumentation/BlockProfiling.cpp5
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) {