commit | f975e011fb7dd9f1def2c01dda350c19ef09e042 | [log] [tgz] |
---|---|---|
author | Evan Cheng <evan.cheng@apple.com> | Tue Jul 14 23:55:32 2009 +0000 |
committer | Evan Cheng <evan.cheng@apple.com> | Tue Jul 14 23:55:32 2009 +0000 |
tree | bec4f7c4fa0715d34bcf01e413bcdd26e91f46c6 | |
parent | 1f049b24c7e520ecfd2291b7d30eb5abc3aee852 [diff] [blame] |
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 503a5dd..62290f9 100644 --- a/tools/bugpoint/ToolRunner.cpp +++ b/tools/bugpoint/ToolRunner.cpp
@@ -689,6 +689,8 @@ RemoteClientStatus << ".\n" << std::flush; } } + + return 0; } int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,