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 | 2e2e43edf4fab28c96d08ecb5400164d6060bd3c (patch) | |
tree | 1ef604a9c46b283260ca968709615036c772d142 /llvm/docs/CommandGuide/opt.pod | |
parent | dc83457a785607d2680b6600d942ad4a20b9c990 (diff) | |
download | bcm5719-llvm-2e2e43edf4fab28c96d08ecb5400164d6060bd3c.tar.gz bcm5719-llvm-2e2e43edf4fab28c96d08ecb5400164d6060bd3c.zip |
And even more correctly.
llvm-svn: 33805
Diffstat (limited to 'llvm/docs/CommandGuide/opt.pod')
-rw-r--r-- | llvm/docs/CommandGuide/opt.pod | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/llvm/docs/CommandGuide/opt.pod b/llvm/docs/CommandGuide/opt.pod index 14dfa885f6f..6d409565e90 100644 --- a/llvm/docs/CommandGuide/opt.pod +++ b/llvm/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 |