Make a comment more accurate
authorChris Lattner <sabre@nondot.org>
Sat, 3 May 2003 03:20:36 +0000 (03:20 +0000)
committerChris Lattner <sabre@nondot.org>
Sat, 3 May 2003 03:20:36 +0000 (03:20 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5991 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/ExecutionDriver.cpp

index 452259c324ed46c2dbfdc319c21c40b7bbf62706..014ffa2d6061d46f64a1d8e40b959dbdb934e1c7 100644 (file)
@@ -219,7 +219,7 @@ int CBE::ExecuteProgram(const std::string &Bytecode,
     RunProgramWithTimeout(GCCPath, GCCArgs, "/dev/null", ErrorFilename.c_str(),
                           ErrorFilename.c_str());
 
-    // Read the error message into a string.
+    // Print out the error messages generated by GCC if possible...
     std::ifstream ErrorFile(ErrorFilename.c_str());
     if (ErrorFile) {
       std::copy(std::istreambuf_iterator<char>(ErrorFile),