summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/ToolRunner.cpp
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
commitd1c47055771da932922cf224779c0cb1d5318c53 (patch)
tree1b541f1db8defdd145e96db8894d78312ad5cd76 /llvm/tools/bugpoint/ToolRunner.cpp
parente5d2f798766786bea45245f19e437b5e924bd701 (diff)
downloadbcm5719-llvm-d1c47055771da932922cf224779c0cb1d5318c53.tar.gz
bcm5719-llvm-d1c47055771da932922cf224779c0cb1d5318c53.zip
control reaches end of non-void function.
llvm-svn: 75714
Diffstat (limited to 'llvm/tools/bugpoint/ToolRunner.cpp')
-rw-r--r--llvm/tools/bugpoint/ToolRunner.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/tools/bugpoint/ToolRunner.cpp b/llvm/tools/bugpoint/ToolRunner.cpp
index 503a5dda136..62290f935fe 100644
--- a/llvm/tools/bugpoint/ToolRunner.cpp
+++ b/llvm/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,
OpenPOWER on IntegriCloud