Move test since it now depends on the x86 backend.
[oota-llvm.git] / docs / CodeGenerator.rst
index 5a9190d61cd037da1065544f783a36a7d13b499f..5736e4378d72f5d220b9ecdc0180c044967ce85a 100644 (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