[llvm-commits] CVS: llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp

Misha Brukman brukman at cs.uiuc.edu
Thu Jan 6 23:05:45 PST 2005



Changes in directory llvm/lib/Transforms/Instrumentation:

BlockProfiling.cpp updated: 1.11 -> 1.12
---
Log message:

Convert tabs to spaces


---
Diffs of the changes:  (+2 -3)

Index: llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp
diff -u llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp:1.11 llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp:1.12
--- llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp:1.11	Fri Jan  7 00:57:28 2005
+++ llvm/lib/Transforms/Instrumentation/BlockProfiling.cpp	Fri Jan  7 01:05:34 2005
@@ -38,9 +38,8 @@
                                "Insert instrumentation for function profiling");
 }
 
-ModulePass *llvm::createFunctionProfilerPass()
-{
-	return new FunctionProfiler();
+ModulePass *llvm::createFunctionProfilerPass() {
+  return new FunctionProfiler();
 }
 
 bool FunctionProfiler::runOnModule(Module &M) {






More information about the llvm-commits mailing list