mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-27 14:34:58 +00:00
Unbreak doxygen, according to Reid.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16298 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7df0074db5
commit
5adf0ca0b2
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user