diff options
author | Chris Lattner <sabre@nondot.org> | 2008-06-25 16:44:52 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-06-25 16:44:52 +0000 |
commit | 651e66d14c4982933b72686dbe742ca1ad93466e (patch) | |
tree | fcf8693a18fd0861ec7e0efa507ff0bec5f6b322 /llvm/docs/CommandGuide/llvm-ld.pod | |
parent | 10d75bb88b9fc55c9b829c0d6b8459017cae6a0f (diff) | |
download | bcm5719-llvm-651e66d14c4982933b72686dbe742ca1ad93466e.tar.gz bcm5719-llvm-651e66d14c4982933b72686dbe742ca1ad93466e.zip |
remove a bunch of dead options that never did anything.
llvm-svn: 52727
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-ld.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-ld.pod | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/llvm/docs/CommandGuide/llvm-ld.pod b/llvm/docs/CommandGuide/llvm-ld.pod index d655737674e..8d4a6e7e987 100644 --- a/llvm/docs/CommandGuide/llvm-ld.pod +++ b/llvm/docs/CommandGuide/llvm-ld.pod @@ -159,34 +159,6 @@ code generator. =over -=item B<-O0> - -An alias for the -O1 option. - -=item B<-O1> - -Optimize for linking speed, not execution speed. The optimizer will attempt to -reduce the size of the linked program to reduce I/O but will not otherwise -perform any link-time optimizations. - -=item B<-O2> - -Perform only the minimal or required set of scalar optimizations. - -=item B<-03> - -An alias for the -O2 option. - -=item B<-04> - -Perform the standard link time inter-procedural optimizations. This will -attempt to optimize the program taking the entire program into consideration. - -=item B<-O5> - -Perform aggressive link time optimizations. This is the same as -O4 but works -more aggressively to optimize the program. - =item B<-disable-inlining> Do not run the inlining pass. Functions will not be inlined into other |