[llvm-commits] [llvm] r38437 - /llvm/trunk/docs/CommandGuide/llvm-upgrade.pod
Reid Spencer
reid at x10sys.com
Sun Jul 8 23:42:22 PDT 2007
Author: reid
Date: Mon Jul 9 01:42:22 2007
New Revision: 38437
URL: http://llvm.org/viewvc/llvm-project?rev=38437&view=rev
Log:
Minor language change upgrader -> upgrade tool
Modified:
llvm/trunk/docs/CommandGuide/llvm-upgrade.pod
Modified: llvm/trunk/docs/CommandGuide/llvm-upgrade.pod
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CommandGuide/llvm-upgrade.pod?rev=38437&r1=38436&r2=38437&view=diff
==============================================================================
--- llvm/trunk/docs/CommandGuide/llvm-upgrade.pod (original)
+++ llvm/trunk/docs/CommandGuide/llvm-upgrade.pod Mon Jul 9 01:42:22 2007
@@ -2,7 +2,7 @@
=head1 NAME
-llvm-upgrade - LLVM assembly upgrader
+llvm-upgrade - LLVM assembly upgrade tool
=head1 SYNOPSIS
@@ -10,7 +10,7 @@
=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.
More information about the llvm-commits
mailing list