[docs] Fix a mangled sentence.

Fixes PR20169

llvm-svn: 212116
This commit is contained in:
Sean Silva 2014-07-01 18:22:32 +00:00
parent 35569409fe
commit 31dbd2c8cd

View File

@ -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