diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-12-13 00:17:12 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-12-13 00:17:12 +0000 |
| commit | bd61444cb957893401e1369b58db5f593e015954 (patch) | |
| tree | a716c53aa5deb2cd9b78e9d6be4e08c10b303f4f /llvm/docs/CodeGenerator.html | |
| parent | 14cb11ddb2e6edd6e3e556c1be66b5970d579ee2 (diff) | |
| download | bcm5719-llvm-bd61444cb957893401e1369b58db5f593e015954.tar.gz bcm5719-llvm-bd61444cb957893401e1369b58db5f593e015954.zip | |
further fixes.
llvm-svn: 121657
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 06f102e3e69..24d8e29a2fe 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/docs/CodeGenerator.html @@ -1031,8 +1031,8 @@ printer, and the type generated by the assembly parser and disassembler. legalization.</li> <li><a href="#selectiondag_legalize">Legalize SelectionDAG Ops</a> — - This stage transforms SelectionDAG nodes to eliminate any types that are - unsupported on the target.</li> + This stage transforms SelectionDAG nodes to eliminate any operations + that are unsupported on the target.</li> <li><a href="#selectiondag_optimize">Optimize SelectionDAG</a> — The SelectionDAG optimizer is run to eliminate inefficiencies introduced by |

