[llvm-commits] [llvm] r53525 - /llvm/trunk/tools/opt/opt.cpp
Duncan Sands
baldrick at free.fr
Sun Jul 13 13:14:39 PDT 2008
Author: baldrick
Date: Sun Jul 13 15:14:38 2008
New Revision: 53525
URL: http://llvm.org/viewvc/llvm-project?rev=53525&view=rev
Log:
Fix comment.
Modified:
llvm/trunk/tools/opt/opt.cpp
Modified: llvm/trunk/tools/opt/opt.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/tools/opt/opt.cpp?rev=53525&r1=53524&r2=53525&view=diff
==============================================================================
--- llvm/trunk/tools/opt/opt.cpp (original)
+++ llvm/trunk/tools/opt/opt.cpp Sun Jul 13 15:14:38 2008
@@ -386,7 +386,7 @@
// 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)) {
More information about the llvm-commits
mailing list