[llvm-commits] CVS: llvm/www/docs/CommandGuide/analyze.html
Chris Lattner
lattner at cs.uiuc.edu
Wed Sep 17 10:01:01 PDT 2003
Changes in directory llvm/www/docs/CommandGuide:
analyze.html updated: 1.3 -> 1.4
---
Log message:
fix misspelling analyse -> analyze
---
Diffs of the changes:
Index: llvm/www/docs/CommandGuide/analyze.html
diff -u llvm/www/docs/CommandGuide/analyze.html:1.3 llvm/www/docs/CommandGuide/analyze.html:1.4
--- llvm/www/docs/CommandGuide/analyze.html:1.3 Wed Sep 17 09:11:24 2003
+++ llvm/www/docs/CommandGuide/analyze.html Wed Sep 17 10:00:45 2003
@@ -62,9 +62,9 @@
the analyze program after being loaded.
<p>
After being loaded, additional command line options are made available
- for running the passes made available by plugin.so. Use analyse -load
- <plugin.so> -help to see the new list of available analysis
- passes.
+ for running the passes made available by plugin.so. Use '<tt>analyze
+ -load <plugin.so> -help</tt>' to see the new list of available
+ analysis passes.
<p>
</ul>
More information about the llvm-commits
mailing list