diff options
author | John Criswell <criswell@uiuc.edu> | 2004-11-21 14:34:34 +0000 |
---|---|---|
committer | John Criswell <criswell@uiuc.edu> | 2004-11-21 14:34:34 +0000 |
commit | a9f34caf427e147719e8af28c6677e9f34ff86fb (patch) | |
tree | 29d7e6897526e584ff4489bce0f66610a2287013 /llvm/docs/CommandLine.html | |
parent | 29a4b354a340a314ef23c031e951a53f85615daf (diff) | |
download | bcm5719-llvm-a9f34caf427e147719e8af28c6677e9f34ff86fb.tar.gz bcm5719-llvm-a9f34caf427e147719e8af28c6677e9f34ff86fb.zip |
It looks like I'm fixing a spelling mistake, but I'm really trying to
replicate the CVS performance problems that Reid is seeing.
llvm-svn: 18089
Diffstat (limited to 'llvm/docs/CommandLine.html')
-rw-r--r-- | llvm/docs/CommandLine.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandLine.html b/llvm/docs/CommandLine.html index c5fa4d36f1e..55f54844b4a 100644 --- a/llvm/docs/CommandLine.html +++ b/llvm/docs/CommandLine.html @@ -614,7 +614,7 @@ OPTIONS: </pre> <p>Again, the only structural difference between the debug level declaration and -the optimiation level declaration is that the debug level declaration includes +the optimization level declaration is that the debug level declaration includes an option name (<tt>"debug_level"</tt>), which automatically changes how the library processes the argument. The CommandLine library supports both forms so that you can choose the form most appropriate for your application.</p> |