[llvm] r212116 - [docs] Fix a mangled sentence.
Sean Silva
chisophugis at gmail.com
Tue Jul 1 11:22:32 PDT 2014
Author: silvas
Date: Tue Jul 1 13:22:32 2014
New Revision: 212116
URL: http://llvm.org/viewvc/llvm-project?rev=212116&view=rev
Log:
[docs] Fix a mangled sentence.
Fixes PR20169
Modified:
llvm/trunk/docs/CodeGenerator.rst
Modified: llvm/trunk/docs/CodeGenerator.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.rst?rev=212116&r1=212115&r2=212116&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.rst (original)
+++ llvm/trunk/docs/CodeGenerator.rst Tue Jul 1 13:22:32 2014
@@ -1683,7 +1683,7 @@ ones supported by the matcher), through
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
More information about the llvm-commits
mailing list