mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-02 16:36:40 +00:00
Minor language change upgrader -> upgrade tool
llvm-svn: 38437
This commit is contained in:
parent
75d98805d7
commit
0563f22a8d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user