From e13cea4110bb21b4256be18cad92340fd9d3cb13 Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Thu, 29 Mar 2012 20:40:18 +0000 Subject: [PATCH] Drop O4 from the llc manpage, it was removed in r70445. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153684 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/llc.pod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CommandGuide/llc.pod b/docs/CommandGuide/llc.pod index 50b45c8d5a2..35abdaeb2b1 100644 --- a/docs/CommandGuide/llc.pod +++ b/docs/CommandGuide/llc.pod @@ -45,7 +45,7 @@ Print a summary of command line options. =item B<-O>=I 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 and +I<-O1>, I<-O2>, and I<-O3> optimization levels used by B and B. =item B<-mtriple>=I