[llvm-commits] CVS: llvm/docs/CommandLine.html
Reid Spencer
reid at x10sys.com
Tue Aug 10 09:38:28 PDT 2004
Changes in directory llvm/docs:
CommandLine.html updated: 1.23 -> 1.24
---
Log message:
Fixed some spellos and grammaros.
---
Diffs of the changes: (+3 -3)
Index: llvm/docs/CommandLine.html
diff -u llvm/docs/CommandLine.html:1.23 llvm/docs/CommandLine.html:1.24
--- llvm/docs/CommandLine.html:1.23 Thu Jul 15 19:10:54 2004
+++ llvm/docs/CommandLine.html Tue Aug 10 11:38:18 2004
@@ -458,10 +458,10 @@
<p>The answer is that it uses a table driven generic parser (unless you specify
your own parser, as described in the <a href="#extensionguide">Extension
-Guide</a>). This parser maps literal strings to whatever type is required, are
+Guide</a>). This parser maps literal strings to whatever type is required, and
requires you to tell it what this mapping should be.</p>
-<p>Lets say that we would like to add four optimizations levels to our
+<p>Lets say that we would like to add four optimization levels to our
optimizer, using the standard flags "<tt>-g</tt>", "<tt>-O0</tt>",
"<tt>-O1</tt>", and "<tt>-O2</tt>". We could easily implement this with boolean
options like above, but there are several problems with this strategy:</p>
@@ -1709,7 +1709,7 @@
<a href="mailto:sabre at nondot.org">Chris Lattner</a><br>
<a href="http://llvm.cs.uiuc.edu">LLVM Compiler Infrastructure</a><br>
- Last modified: $Date: 2004/07/16 00:10:54 $
+ Last modified: $Date: 2004/08/10 16:38:18 $
</address>
</body>
More information about the llvm-commits
mailing list