mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-30 06:40:53 +00:00
[docs] Fix a mangled sentence.
Fixes PR20169 llvm-svn: 212116
This commit is contained in:
parent
35569409fe
commit
31dbd2c8cd
@ -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…
Reference in New Issue
Block a user