summaryrefslogtreecommitdiff
path: root/tools/bugpoint
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 /tools/bugpoint
parent1f049b24c7e520ecfd2291b7d30eb5abc3aee852 (diff)
downloadllvm-f975e011fb7dd9f1def2c01dda350c19ef09e042.tar.gz
llvm-f975e011fb7dd9f1def2c01dda350c19ef09e042.tar.bz2
llvm-f975e011fb7dd9f1def2c01dda350c19ef09e042.tar.xz
control reaches end of non-void function.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75714 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/bugpoint')
-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 503a5dda13..62290f935f 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,