summaryrefslogtreecommitdiffstats
path: root/llvm/tools/bugpoint/BugDriver.cpp
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:51:15 +0000
committerSylvestre Ledru <sylvestre@debian.org>2012-07-23 08:51:15 +0000
commit35521e231034815b6962eff0dbbd8ee132038784 (patch)
tree434141fe9ab99916e5338540fb277099c3bc6020 /llvm/tools/bugpoint/BugDriver.cpp
parent7f3e84c9fdb9628ba81ecffcc7d40ee1a1de7939 (diff)
downloadbcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.tar.gz
bcm5719-llvm-35521e231034815b6962eff0dbbd8ee132038784.zip
Fix a typo (the the => the)
llvm-svn: 160621
Diffstat (limited to 'llvm/tools/bugpoint/BugDriver.cpp')
-rw-r--r--llvm/tools/bugpoint/BugDriver.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/BugDriver.cpp b/llvm/tools/bugpoint/BugDriver.cpp
index 6b219bf0858..21636eabab1 100644
--- a/llvm/tools/bugpoint/BugDriver.cpp
+++ b/llvm/tools/bugpoint/BugDriver.cpp
@@ -156,7 +156,7 @@ bool BugDriver::run(std::string &ErrMsg) {
// If we're not running as a child, the first thing that we must do is
// determine what the problem is. Does the optimization series crash the
// compiler, or does it produce illegal code? We make the top-level
- // decision by trying to run all of the passes on the the input program,
+ // decision by trying to run all of the passes on the input program,
// which should generate a bitcode file. If it does generate a bitcode
// file, then we know the compiler didn't crash, so try to diagnose a
// miscompilation.
OpenPOWER on IntegriCloud