control reaches end of non-void function.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 14 Jul 2009 23:55:32 +0000 (23:55 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 14 Jul 2009 23:55:32 +0000 (23:55 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75714 91177308-0d34-0410-b5e6-96231b3b80d8

tools/bugpoint/ToolRunner.cpp

index 503a5dda136a62551532c815d71a84d54e0b0395..62290f935fe6df246e51b27a8eaaff8fb3542e21 100644 (file)
@@ -689,6 +689,8 @@ int GCC::ExecuteProgram(const std::string &ProgramFile,
         RemoteClientStatus << ".\n" << std::flush;
     }
   }
+
+  return 0;
 }
 
 int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,