summaryrefslogtreecommitdiffstats
path: root/llvm/docs/CommandGuide
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2012-03-29 20:40:18 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2012-03-29 20:40:18 +0000
commitcca02750c8246821a93c243d1efaf1c09528f462 (patch)
tree0782c1b3dbe659e7be3fab6f967b36a28f86ff4c /llvm/docs/CommandGuide
parent55d85f3bab7b2f32144cd794518c99a54c6c0fd9 (diff)
downloadbcm5719-llvm-cca02750c8246821a93c243d1efaf1c09528f462.tar.gz
bcm5719-llvm-cca02750c8246821a93c243d1efaf1c09528f462.zip
Drop O4 from the llc manpage, it was removed in r70445.
llvm-svn: 153684
Diffstat (limited to 'llvm/docs/CommandGuide')
-rw-r--r--llvm/docs/CommandGuide/llc.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CommandGuide/llc.pod b/llvm/docs/CommandGuide/llc.pod
index 50b45c8d5a2..35abdaeb2b1 100644
--- a/llvm/docs/CommandGuide/llc.pod
+++ b/llvm/docs/CommandGuide/llc.pod
@@ -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>
OpenPOWER on IntegriCloud