summaryrefslogtreecommitdiff
path: root/tools/opt
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2008-07-13 20:14:38 +0000
committerDuncan Sands <baldrick@free.fr>2008-07-13 20:14:38 +0000
commit56eb1330953edc1769f3add1d5cccfac3c26de25 (patch)
treee22c4e18449cd93d6305b4195e552d0461aebd60 /tools/opt
parent3dda08ad5d52a510ba2239cc4b73757db303a095 (diff)
downloadllvm-56eb1330953edc1769f3add1d5cccfac3c26de25.tar.gz
llvm-56eb1330953edc1769f3add1d5cccfac3c26de25.tar.bz2
llvm-56eb1330953edc1769f3add1d5cccfac3c26de25.tar.xz
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53525 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools/opt')
-rw-r--r--tools/opt/opt.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/opt/opt.cpp b/tools/opt/opt.cpp
index 08acbe81cc..6d152a6083 100644
--- a/tools/opt/opt.cpp
+++ b/tools/opt/opt.cpp
@@ -386,7 +386,7 @@ int main(int argc, char **argv) {
// Create a new optimization pass for each one specified on the command line
for (unsigned i = 0; i < PassList.size(); ++i) {
- // Check to see if -std-compile-opts we specified before this option. If
+ // Check to see if -std-compile-opts was specified before this option. If
// so, handle it.
if (StandardCompileOpts &&
StandardCompileOpts.getPosition() < PassList.getPosition(i)) {