diff options
| author | Sean Silva <chisophugis@gmail.com> | 2014-07-01 18:22:32 +0000 |
|---|---|---|
| committer | Sean Silva <chisophugis@gmail.com> | 2014-07-01 18:22:32 +0000 |
| commit | 9ab8899f5c7f7a024ec7e64ecaca383b5b41d6ae (patch) | |
| tree | 9977ae07ec294bf6f5b2cdd4f4f0c26000d50c50 /llvm | |
| parent | ff6a7d6d32b8282aa290deb9b75b34b9a6204f89 (diff) | |
| download | bcm5719-llvm-9ab8899f5c7f7a024ec7e64ecaca383b5b41d6ae.tar.gz bcm5719-llvm-9ab8899f5c7f7a024ec7e64ecaca383b5b41d6ae.zip | |
[docs] Fix a mangled sentence.
Fixes PR20169
llvm-svn: 212116
Diffstat (limited to 'llvm')
| -rw-r--r-- | llvm/docs/CodeGenerator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst index 5a9190d61cd..5736e4378d7 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 |

