diff --git a/tools/bugpoint/BugDriver.cpp b/tools/bugpoint/BugDriver.cpp index 0b06bc3fdbd..08f2bb5a0b1 100644 --- a/tools/bugpoint/BugDriver.cpp +++ b/tools/bugpoint/BugDriver.cpp @@ -151,7 +151,7 @@ bool BugDriver::run() { // Make sure the reference output file gets deleted on exit from this // function, if appropriate. - FileRemover RemoverInstance(CreatedOutput, ReferenceOutputFile); + FileRemover RemoverInstance(ReferenceOutputFile, CreatedOutput); // Diff the output of the raw program against the reference output. If it // matches, then we have a miscompilation bug.