From: Evan Cheng Date: Tue, 14 Jul 2009 23:55:32 +0000 (+0000) Subject: control reaches end of non-void function. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=f975e011fb7dd9f1def2c01dda350c19ef09e042;p=oota-llvm.git control reaches end of non-void function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75714 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/tools/bugpoint/ToolRunner.cpp b/tools/bugpoint/ToolRunner.cpp index 503a5dda136..62290f935fe 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/tools/bugpoint/ToolRunner.cpp @@ -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,