summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/BugDriver.h
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2003-10-14 21:09:11 +0000
committerChris Lattner <sabre@nondot.org>2003-10-14 21:09:11 +0000
commitf8a84dbff3828465d4972ee34a60ed3aecdabb2e (patch)
treef27e295d800e2018a44a082de06014d369407154 /llvm/tools/bugpoint/BugDriver.h
parent74d64c7d021dbb0bcecbb0b8d40ebe852d613d59 (diff)
downloadbcm5719-llvm-f8a84dbff3828465d4972ee34a60ed3aecdabb2e.tar.gz
bcm5719-llvm-f8a84dbff3828465d4972ee34a60ed3aecdabb2e.zip
The return value of compileSharedObject was never used. Return the shared
object's name instead llvm-svn: 9120
Diffstat (limited to 'llvm/tools/bugpoint/BugDriver.h')
-rw-r--r--llvm/tools/bugpoint/BugDriver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/tools/bugpoint/BugDriver.h b/llvm/tools/bugpoint/BugDriver.h
index eff11ec0de4..2b43aae584c 100644
--- a/llvm/tools/bugpoint/BugDriver.h
+++ b/llvm/tools/bugpoint/BugDriver.h
@@ -85,8 +85,8 @@ public:
/// compileSharedObject - This method creates a SharedObject from a given
/// BytecodeFile for debugging a code generator.
- int compileSharedObject(const std::string &BytecodeFile,
- std::string &SharedObject);
+ ///
+ std::string compileSharedObject(const std::string &BytecodeFile);
/// debugCodeGenerator - This method narrows down a module to a function or
/// set of functions, using the CBE as a ``safe'' code generator for other
OpenPOWER on IntegriCloud