[llvm-commits] [llvm] r52727 - /llvm/trunk/docs/CommandGuide/llvm-ld.pod

Chris Lattner sabre at nondot.org
Wed Jun 25 09:44:53 PDT 2008


Author: lattner
Date: Wed Jun 25 11:44:52 2008
New Revision: 52727

URL: http://llvm.org/viewvc/llvm-project?rev=52727&view=rev
Log:
remove a bunch of dead options that never did anything.

Modified:
    llvm/trunk/docs/CommandGuide/llvm-ld.pod

Modified: llvm/trunk/docs/CommandGuide/llvm-ld.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-ld.pod?rev=52727&r1=52726&r2=52727&view=diff

==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-ld.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvm-ld.pod Wed Jun 25 11:44:52 2008
@@ -159,34 +159,6 @@
 
 =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





More information about the llvm-commits mailing list