[llvm-commits] [llvm] r153684 - /llvm/trunk/docs/CommandGuide/llc.pod

Benjamin Kramer benny.kra at googlemail.com
Thu Mar 29 13:40:18 PDT 2012


Author: d0k
Date: Thu Mar 29 15:40:18 2012
New Revision: 153684

URL: http://llvm.org/viewvc/llvm-project?rev=153684&view=rev
Log:
Drop O4 from the llc manpage, it was removed in r70445.

Modified:
    llvm/trunk/docs/CommandGuide/llc.pod

Modified: llvm/trunk/docs/CommandGuide/llc.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llc.pod?rev=153684&r1=153683&r2=153684&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llc.pod (original)
+++ llvm/trunk/docs/CommandGuide/llc.pod Thu Mar 29 15:40:18 2012
@@ -45,7 +45,7 @@
 =item B<-O>=I<uint>
 
 Generate code at different optimization levels. These correspond to the I<-O0>,
-I<-O1>, I<-O2>, I<-O3>, and I<-O4> optimization levels used by B<llvm-gcc> and
+I<-O1>, I<-O2>, and I<-O3> optimization levels used by B<llvm-gcc> and
 B<clang>.
 
 =item B<-mtriple>=I<target triple>





More information about the llvm-commits mailing list