From: Chris Lattner Date: Mon, 13 Dec 2010 00:17:12 +0000 (+0000) Subject: further fixes. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=4c247f6f3bb67abaed9785df50b3d9c015b6a560;p=oota-llvm.git further fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121657 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 06f102e3e69..24d8e29a2fe 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.
  • Legalize SelectionDAG Ops — - This stage transforms SelectionDAG nodes to eliminate any types that are - unsupported on the target.
  • + This stage transforms SelectionDAG nodes to eliminate any operations + that are unsupported on the target.
  • Optimize SelectionDAG — The SelectionDAG optimizer is run to eliminate inefficiencies introduced by