aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2010-12-13 00:17:12 +0000
committerChris Lattner <sabre@nondot.org>2010-12-13 00:17:12 +0000
commit4c247f6f3bb67abaed9785df50b3d9c015b6a560 (patch)
tree3ef781d38aa5e86db9fd56bab0020e19ad5c5f6d /docs
parenta97c91f014248ce47886f2d950795ffb61bc73b3 (diff)
further fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121657 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CodeGenerator.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 06f102e3e6..24d8e29a2f 100644
--- a/docs/CodeGenerator.html
+++ b/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> &mdash;
- 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> &mdash; The
SelectionDAG optimizer is run to eliminate inefficiencies introduced by