From 67a71b3184ce20a901e874d0ee25e01397dd87ef Mon Sep 17 00:00:00 2001
From: Roman Divacky
Date: Wed, 3 Mar 2010 17:27:15 +0000
Subject: Update LLVM to 97654.
---
docs/CommandGuide/FileCheck.pod | 2 +-
docs/CommandGuide/bugpoint.pod | 6 +++---
docs/CommandGuide/index.html | 4 ++--
docs/CommandGuide/llc.pod | 4 ++--
docs/CommandGuide/lli.pod | 6 +++---
docs/CommandGuide/llvm-as.pod | 2 +-
docs/CommandGuide/llvm-bcanalyzer.pod | 2 +-
docs/CommandGuide/llvm-config.pod | 2 +-
docs/CommandGuide/llvm-dis.pod | 2 +-
docs/CommandGuide/llvm-extract.pod | 2 +-
docs/CommandGuide/llvm-link.pod | 2 +-
docs/CommandGuide/llvm-nm.pod | 2 +-
docs/CommandGuide/llvm-prof.pod | 2 +-
docs/CommandGuide/llvm-ranlib.pod | 4 ++--
docs/CommandGuide/llvmc.pod | 4 ++--
docs/CommandGuide/tblgen.pod | 2 +-
16 files changed, 24 insertions(+), 24 deletions(-)
(limited to 'docs/CommandGuide')
diff --git a/docs/CommandGuide/FileCheck.pod b/docs/CommandGuide/FileCheck.pod
index 32516ad87b3eb..433979a87190e 100644
--- a/docs/CommandGuide/FileCheck.pod
+++ b/docs/CommandGuide/FileCheck.pod
@@ -25,7 +25,7 @@ match. The file to verify is always read from standard input.
=over
-=item B<--help>
+=item B<-help>
Print a summary of command line options.
diff --git a/docs/CommandGuide/bugpoint.pod b/docs/CommandGuide/bugpoint.pod
index 204ea4d3d39a8..7afeea1aba5af 100644
--- a/docs/CommandGuide/bugpoint.pod
+++ b/docs/CommandGuide/bugpoint.pod
@@ -85,7 +85,7 @@ mis-management.
Continually randomize the specified passes and run them on the test program
until a bug is found or the user kills B.
-=item B<--help>
+=item B<-help>
Print a summary of command line options.
@@ -99,9 +99,9 @@ it runs, to come from that file.
Load the dynamic object F into B itself. This object should
register new optimization passes. Once loaded, the object will add new command
line options to enable various optimizations. To see the new complete list of
-optimizations, use the B<--help> and B<--load> options together; for example:
+optimizations, use the B<-help> and B<--load> options together; for example:
- bugpoint --load myNewPass.so --help
+ bugpoint --load myNewPass.so -help
=item B<--mlimit> F
diff --git a/docs/CommandGuide/index.html b/docs/CommandGuide/index.html
index 14635ddc2c22e..d0212b99f42bf 100644
--- a/docs/CommandGuide/index.html
+++ b/docs/CommandGuide/index.html
@@ -17,7 +17,7 @@
for all of the LLVM tools. These pages describe how to use the LLVM commands
and what their options are. Note that these pages do not describe all of the
options available for all tools. To get a complete listing, pass the
---help (general options) or --help-hidden (general+debugging
+-help (general options) or -help-hidden (general+debugging
options) arguments to the tool you are interested in.
@@ -148,7 +148,7 @@ options) arguments to the tool you are interested in.
src="http://www.w3.org/Icons/valid-html401-blue" alt="Valid HTML 4.01">
LLVM Compiler Infrastructure
- Last modified: $Date: 2009-10-19 05:54:13 +0200 (Mon, 19 Oct 2009) $
+ Last modified: $Date: 2010-02-18 15:08:13 +0100 (Thu, 18 Feb 2010) $