summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/OptimizerDriver.cpp
diff options
context:
space:
mode:
authorMikhail Glushenkov <foldr@codedgers.com>2010-11-03 16:14:07 +0000
committerMikhail Glushenkov <foldr@codedgers.com>2010-11-03 16:14:07 +0000
commit189c6c687ced08ff933098ea5a005c9b6e345064 (patch)
tree7109c081528e247c69897a2ae0e85d1fe80e9ecb /llvm/tools/bugpoint/OptimizerDriver.cpp
parente8431a77662f5f3a65a2d8565ddcd99ae7e12800 (diff)
downloadbcm5719-llvm-189c6c687ced08ff933098ea5a005c9b6e345064.tar.gz
bcm5719-llvm-189c6c687ced08ff933098ea5a005c9b6e345064.zip
80-col violations, trailing whitespace.
llvm-svn: 118173
Diffstat (limited to 'llvm/tools/bugpoint/OptimizerDriver.cpp')
-rw-r--r--llvm/tools/bugpoint/OptimizerDriver.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/tools/bugpoint/OptimizerDriver.cpp b/llvm/tools/bugpoint/OptimizerDriver.cpp
index 178b1ff3ed1..d28ce79877a 100644
--- a/llvm/tools/bugpoint/OptimizerDriver.cpp
+++ b/llvm/tools/bugpoint/OptimizerDriver.cpp
@@ -126,12 +126,12 @@ bool BugDriver::runPasses(Module *Program,
<< ErrMsg << "\n";
return(1);
}
-
+
std::string ErrInfo;
tool_output_file InFile(inputFilename.c_str(), ErrInfo,
raw_fd_ostream::F_Binary);
-
-
+
+
if (!ErrInfo.empty()) {
errs() << "Error opening bitcode file: " << inputFilename.str() << "\n";
return 1;
@@ -195,7 +195,7 @@ bool BugDriver::runPasses(Module *Program,
prog = sys::Program::FindProgramByName("valgrind");
else
prog = tool;
-
+
// Redirect stdout and stderr to nowhere if SilencePasses is given
sys::Path Nowhere;
const sys::Path *Redirects[3] = {0, &Nowhere, &Nowhere};
OpenPOWER on IntegriCloud