aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-07-14 23:55:32 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-07-14 23:55:32 +0000
commitf975e011fb7dd9f1def2c01dda350c19ef09e042 (patch)
treebec4f7c4fa0715d34bcf01e413bcdd26e91f46c6
parent1f049b24c7e520ecfd2291b7d30eb5abc3aee852 (diff)
downloadexternal_llvm-f975e011fb7dd9f1def2c01dda350c19ef09e042.zip
external_llvm-f975e011fb7dd9f1def2c01dda350c19ef09e042.tar.gz
external_llvm-f975e011fb7dd9f1def2c01dda350c19ef09e042.tar.bz2
control reaches end of non-void function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75714 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--tools/bugpoint/ToolRunner.cpp2
1 files changed, 2 insertions, 0 deletions
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 @@ int GCC::ExecuteProgram(const std::string &ProgramFile,
RemoteClientStatus << ".\n" << std::flush;
}
}
+
+ return 0;
}
int GCC::MakeSharedObject(const std::string &InputFile, FileType fileType,