From 8230c40430a1325b5cc5bc0221931487b4bd573c Mon Sep 17 00:00:00 2001
From: rdivacky
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 32516ad..433979a 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 204ea4d..7afeea1 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 14635dd..d0212b9 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) $