diff options
| author | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:59:43 +0000 |
|---|---|---|
| committer | Sylvestre Ledru <sylvestre@debian.org> | 2012-09-27 09:59:43 +0000 |
| commit | 721cffd53a2c0e22167e042c53056b22e9363f67 (patch) | |
| tree | b6e17ac84f2d37247c1c76f5e7fa38cc422ea36a /llvm/tools | |
| parent | a876013dc91bbd6bf4fe37c0d4cc7d1d5f5f4184 (diff) | |
| download | bcm5719-llvm-721cffd53a2c0e22167e042c53056b22e9363f67.tar.gz bcm5719-llvm-721cffd53a2c0e22167e042c53056b22e9363f67.zip | |
Fix a typo 'iff' => 'if'
llvm-svn: 164767
Diffstat (limited to 'llvm/tools')
| -rw-r--r-- | llvm/tools/bugpoint/CrashDebugger.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/bugpoint/CrashDebugger.cpp b/llvm/tools/bugpoint/CrashDebugger.cpp index aed16f47e01..8129b2bc76e 100644 --- a/llvm/tools/bugpoint/CrashDebugger.cpp +++ b/llvm/tools/bugpoint/CrashDebugger.cpp @@ -48,7 +48,7 @@ namespace llvm { public: ReducePassList(BugDriver &bd) : BD(bd) {} - // doTest - Return true iff running the "removed" passes succeeds, and + // doTest - Return true if running the "removed" passes succeeds, and // running the "Kept" passes fail when run on the output of the "removed" // passes. If we return true, we update the current module of bugpoint. // |

