[llvm-commits] CVS: llvm/include/llvm/PassManager.h
Misha Brukman
brukman at cs.uiuc.edu
Fri Oct 10 12:39:01 PDT 2003
Changes in directory llvm/include/llvm:
PassManager.h updated: 1.7 -> 1.8
---
Log message:
Use 'F' for Function instead of 'M'.
---
Diffs of the changes: (+1 -1)
Index: llvm/include/llvm/PassManager.h
diff -u llvm/include/llvm/PassManager.h:1.7 llvm/include/llvm/PassManager.h:1.8
--- llvm/include/llvm/PassManager.h:1.7 Tue Sep 30 13:37:37 2003
+++ llvm/include/llvm/PassManager.h Fri Oct 10 12:38:31 2003
@@ -60,7 +60,7 @@
/// track of whether any of the passes modifies the function, and if
/// so, return true.
///
- bool run(Function &M);
+ bool run(Function &F);
};
#endif
More information about the llvm-commits
mailing list