From: Sean Silva Date: Tue, 1 Jul 2014 18:22:32 +0000 (+0000) Subject: [docs] Fix a mangled sentence. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=a454a5d05b8a3a0d5a6b0876d8fa1d5b9ce354b6;p=oota-llvm.git [docs] Fix a mangled sentence. Fixes PR20169 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@212116 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodeGenerator.rst b/docs/CodeGenerator.rst index 5a9190d61cd..5736e4378d7 100644 --- a/docs/CodeGenerator.rst +++ b/docs/CodeGenerator.rst @@ -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