mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-18 07:52:35 +00:00
[docs] Fix a mangled sentence.
Fixes PR20169 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212116 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
6cb0af5081
commit
a454a5d05b
@ -1683,7 +1683,7 @@ ones supported by the matcher), through a Requires clause:
|
||||
def : MnemonicAlias<"pushf", "pushfq">, Requires<[In64BitMode]>;
|
||||
def : MnemonicAlias<"pushf", "pushfl">, Requires<[In32BitMode]>;
|
||||
|
||||
In this example, the mnemonic gets mapped into different a new one depending on
|
||||
In this example, the mnemonic gets mapped into a different one depending on
|
||||
the current instruction set.
|
||||
|
||||
Instruction Aliases
|
||||
|
Loading…
x
Reference in New Issue
Block a user