From 9ab8899f5c7f7a024ec7e64ecaca383b5b41d6ae Mon Sep 17 00:00:00 2001 From: Sean Silva Date: Tue, 1 Jul 2014 18:22:32 +0000 Subject: [PATCH] [docs] Fix a mangled sentence. Fixes PR20169 llvm-svn: 212116 --- llvm/docs/CodeGenerator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst index 5a9190d..5736e43 100644 --- a/llvm/docs/CodeGenerator.rst +++ b/llvm/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 -- 2.7.4