diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-02-03 00:33:26 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-02-03 00:33:26 +0000 |
commit | a8babc7d7f6d935ebb9f6b23fe1cebf6a8be2008 (patch) | |
tree | 01e7ac59dfb73a90d1f22dac1b07552bd5bafdd5 /docs | |
parent | 463708a2ed5da2b89fcbb33fe3965fd432f88806 (diff) | |
download | external_llvm-a8babc7d7f6d935ebb9f6b23fe1cebf6a8be2008.zip external_llvm-a8babc7d7f6d935ebb9f6b23fe1cebf6a8be2008.tar.gz external_llvm-a8babc7d7f6d935ebb9f6b23fe1cebf6a8be2008.tar.bz2 |
And even more correctly.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@33805 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CommandGuide/opt.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/CommandGuide/opt.pod b/docs/CommandGuide/opt.pod index 14dfa88..6d40956 100644 --- a/docs/CommandGuide/opt.pod +++ b/docs/CommandGuide/opt.pod @@ -65,12 +65,8 @@ This is typically used to optimize the output from the llvm-gcc front end. It might be useful for other front end compilers as well. To discover the full set of options available, use the following command: -=over - llvm-as < /dev/null | opt -std-compile-opts -disable-output -debug-pass=Arguments -=back - =item B<-disable-inlining> This option is only meaningful when B<-std-compile-opts> is given. It simply |