diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 06:42:22 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-07-09 06:42:22 +0000 |
commit | 75efe6cc573ccf642e2885d4fb186448bc07674c (patch) | |
tree | 1fbf62febb45475c73a47703f5eabc88a205ca09 /llvm/docs/CommandGuide/llvm-upgrade.pod | |
parent | e14b7339e69b87a941b6fe066d4b9399f4051e07 (diff) | |
download | bcm5719-llvm-75efe6cc573ccf642e2885d4fb186448bc07674c.tar.gz bcm5719-llvm-75efe6cc573ccf642e2885d4fb186448bc07674c.zip |
Minor language change upgrader -> upgrade tool
llvm-svn: 38437
Diffstat (limited to 'llvm/docs/CommandGuide/llvm-upgrade.pod')
-rw-r--r-- | llvm/docs/CommandGuide/llvm-upgrade.pod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CommandGuide/llvm-upgrade.pod b/llvm/docs/CommandGuide/llvm-upgrade.pod index 4f0e1d881ae..fd84eb4b73b 100644 --- a/llvm/docs/CommandGuide/llvm-upgrade.pod +++ b/llvm/docs/CommandGuide/llvm-upgrade.pod @@ -2,7 +2,7 @@ =head1 NAME -llvm-upgrade - LLVM assembly upgrader +llvm-upgrade - LLVM assembly upgrade tool =head1 SYNOPSIS @@ -10,7 +10,7 @@ B<llvm-upgrade> [I<options>] [I<filename>] =head1 DESCRIPTION -B<llvm-upgrade> is the LLVM assembly upgrader. It reads a file containing +B<llvm-upgrade> is the LLVM assembly upgrade tool. It reads a file containing human-readable LLVM assembly language, and upgrades that assembly to the current version of LLVM. If the input is in the form currently accepted by LLVM, then no upgrades are performed. |