From: Chris Lattner Date: Sun, 12 Dec 2010 02:42:57 +0000 (+0000) Subject: fix typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=71388636034f28d4c97a36e0e9e937960761e8de;p=oota-llvm.git fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@121620 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 73ac2c25191..06f102e3e69 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1030,7 +1030,7 @@ printer, and the type generated by the assembly parser and disassembler. SelectionDAG optimizer is run to clean up redundancies exposed by type legalization. -
  • Legalize SelectionDAG Types — +
  • Legalize SelectionDAG Ops — This stage transforms SelectionDAG nodes to eliminate any types that are unsupported on the target.