diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-10-30 19:47:49 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-10-30 19:47:49 +0000 |
| commit | f9ec2fb34a48eb9e8e73027ec790235e1075ae85 (patch) | |
| tree | 8db0859752a16ed0607968514b2719c844b0fc5f /llvm/docs/CodeGenerator.html | |
| parent | aac142cc06387c4424cd2c9a7d50fc2d0c38890d (diff) | |
| download | bcm5719-llvm-f9ec2fb34a48eb9e8e73027ec790235e1075ae85.tar.gz bcm5719-llvm-f9ec2fb34a48eb9e8e73027ec790235e1075ae85.zip | |
fix typos and some serious bugs in feature handling (but not for
cases that are currently exercised). Thanks to Frits van Bommel for
the great review!
llvm-svn: 117840
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 60d54e507bc..0a776178254 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -1909,7 +1909,7 @@ description.</p> <div class="doc_text"> -<p>The first phase of alias processing is simple instruction mneomonic +<p>The first phase of alias processing is simple instruction mnemonic remapping for classes of instructions which are allowed with two different mnemonics. This phase is a simple and unconditionally remapping from one input mnemonic to one output mnemonic. It isn't possible for this form of alias to |

