[llvm-commits] CVS: llvm/include/llvm/Transforms/Instrumentation.h

Jeff Cohen jeffc at jolt-lang.org
Thu Jan 6 21:41:49 PST 2005



Changes in directory llvm/include/llvm/Transforms:

Instrumentation.h updated: 1.5 -> 1.6
---
Log message:

Fix return type

---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Transforms/Instrumentation.h
diff -u llvm/include/llvm/Transforms/Instrumentation.h:1.5 llvm/include/llvm/Transforms/Instrumentation.h:1.6
--- llvm/include/llvm/Transforms/Instrumentation.h:1.5	Wed Jan  5 23:45:45 2005
+++ llvm/include/llvm/Transforms/Instrumentation.h	Thu Jan  6 23:41:39 2005
@@ -20,7 +20,7 @@
 class FunctionPass;
 
 // Reoptimizer support pass: add instrumentation calls to back-edges of loops
-ModulePass *createLoopInstrumentationPass ();
+FunctionPass *createLoopInstrumentationPass ();
 
 // Reoptimizer support pass: combine multiple back-edges w/ same target into one
 FunctionPass *createCombineBranchesPass();






More information about the llvm-commits mailing list