Drop O4 from the llc manpage, it was removed in r70445.
authorBenjamin Kramer <benny.kra@googlemail.com>
Thu, 29 Mar 2012 20:40:18 +0000 (20:40 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Thu, 29 Mar 2012 20:40:18 +0000 (20:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153684 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CommandGuide/llc.pod

index 50b45c8d5a2a4f0f2e01b742ac711d8cbb6bcdd4..35abdaeb2b15ec064319f16aa50da4ab7f3adfa7 100644 (file)
@@ -45,7 +45,7 @@ Print a summary of command line options.
 =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>