mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-12-13 20:32:21 +00:00
Minor language change upgrader -> upgrade tool
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@38437 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
c69f777645
commit
7d3985416f
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
=head1 NAME
|
=head1 NAME
|
||||||
|
|
||||||
llvm-upgrade - LLVM assembly upgrader
|
llvm-upgrade - LLVM assembly upgrade tool
|
||||||
|
|
||||||
=head1 SYNOPSIS
|
=head1 SYNOPSIS
|
||||||
|
|
||||||
@ -10,7 +10,7 @@ B<llvm-upgrade> [I<options>] [I<filename>]
|
|||||||
|
|
||||||
=head1 DESCRIPTION
|
=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
|
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
|
version of LLVM. If the input is in the form currently accepted by LLVM, then
|
||||||
no upgrades are performed.
|
no upgrades are performed.
|
||||||
|
Loading…
Reference in New Issue
Block a user