summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Brukman <brukman+llvm@gmail.com>2004-09-12 20:56:38 +0000
committerMisha Brukman <brukman+llvm@gmail.com>2004-09-12 20:56:38 +0000
commit14756e8e1ce23ddd68ed1b04523c77c796fe93fa (patch)
tree2f38b68d9c1b7f847fcb13347aa11ce02e929b58
parentdbcd4fda49daae37418a774edd5426bfa90ca1b0 (diff)
downloadbcm5719-llvm-14756e8e1ce23ddd68ed1b04523c77c796fe93fa.tar.gz
bcm5719-llvm-14756e8e1ce23ddd68ed1b04523c77c796fe93fa.zip
Unbreak doxygen, according to Reid.
llvm-svn: 16298
-rw-r--r--llvm/lib/Bytecode/Reader/ReaderWrappers.cpp6
1 files changed, 4 insertions, 2 deletions
diff --git a/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp b/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
index 813b68a4bdf..09bc55b3361 100644
--- a/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
+++ b/llvm/lib/Bytecode/Reader/ReaderWrappers.cpp
@@ -296,7 +296,8 @@ Module* llvm::AnalyzeBytecodeFile(
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 @@ Module* llvm::AnalyzeBytecodeBuffer(
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);
OpenPOWER on IntegriCloud