[llvm-commits] CVS: llvm/include/llvm/Transforms/Instrumentation.h
Jeff Cohen
jeffc at jolt-lang.org
Wed Jan 5 21:45:56 PST 2005
Changes in directory llvm/include/llvm/Transforms:
Instrumentation.h updated: 1.4 -> 1.5
---
Log message:
Fix incorrect return type.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/Transforms/Instrumentation.h
diff -u llvm/include/llvm/Transforms/Instrumentation.h:1.4 llvm/include/llvm/Transforms/Instrumentation.h:1.5
--- llvm/include/llvm/Transforms/Instrumentation.h:1.4 Thu Sep 30 15:13:55 2004
+++ llvm/include/llvm/Transforms/Instrumentation.h Wed Jan 5 23:45:45 2005
@@ -26,7 +26,7 @@
FunctionPass *createCombineBranchesPass();
// Reoptimizer support pass: emit table of global functions
-FunctionPass *createEmitFunctionTablePass ();
+ModulePass *createEmitFunctionTablePass ();
//===----------------------------------------------------------------------===//
More information about the llvm-commits
mailing list