[llvm-commits] CVS: llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
Misha Brukman
brukman at cs.uiuc.edu
Sun Sep 12 13:56:48 PDT 2004
Changes in directory llvm/lib/Bytecode/Reader:
ReaderWrappers.cpp updated: 1.31 -> 1.32
---
Log message:
Unbreak doxygen, according to Reid.
---
Diffs of the changes: (+4 -2)
Index: llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
diff -u llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.31 llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.32
--- llvm/lib/Bytecode/Reader/ReaderWrappers.cpp:1.31 Sun Sep 12 15:47:33 2004
+++ llvm/lib/Bytecode/Reader/ReaderWrappers.cpp Sun Sep 12 15:56:38 2004
@@ -296,7 +296,8 @@
const std::string &Filename, ///< File to analyze
BytecodeAnalysis& bca, ///< Statistical output
std::string *ErrorStr, ///< Error output
- std::ostream* output) ///< Dump output
+ std::ostream* output ///< Dump output
+)
{
try {
BytecodeHandler* analyzerHandler =createBytecodeAnalyzerHandler(bca,output);
@@ -316,7 +317,8 @@
const std::string& ModuleID, ///< Identifier for the module
BytecodeAnalysis& bca, ///< The results of the analysis
std::string* ErrorStr, ///< Errors, if any.
- std::ostream* output) ///< Dump output, if any
+ std::ostream* output ///< Dump output, if any
+)
{
try {
BytecodeHandler* hdlr = createBytecodeAnalyzerHandler(bca, output);
More information about the llvm-commits
mailing list