1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 11:02:59 +02:00

fit in 80 cols

llvm-svn: 29754
This commit is contained in:
Chris Lattner 2006-08-17 18:51:28 +00:00
parent cfb178122c
commit 9fbf5a233e

View File

@ -182,7 +182,8 @@ public:
/// otherwise. Note: initializeExecutionEnvironment should be called BEFORE
/// this function.
///
bool createReferenceFile(Module *M, const std::string &Filename = "bugpoint.reference.out");
bool createReferenceFile(Module *M, const std::string &Filename
= "bugpoint.reference.out");
/// diffProgram - This method executes the specified module and diffs the
/// output against the file specified by ReferenceOutputFile. If the output