[llvm-commits] [llvm] r42991 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAGTypes.cpp
Dale Johannesen
dalej at apple.com
Mon Oct 15 10:36:45 PDT 2007
On Oct 15, 2007, at 9:46 AM, Chris Lattner wrote:
> @@ -328,7 +328,7 @@
> // Okay, we know that this node is new. Recursively walk all of
> its operands
> // to see if they are new also. The depth of this walk is
> bounded by the size
> // of the new tree that was constructed (usually 2-3 nodes), so
> we don't worry
> - // about revisitation of nodes.
> + // about revisitating of nodes.
> //
> // As we walk the operands, keep track of the number of nodes
> that are
> // processed. If non-zero, this will become the new nodeid of
> this node.
Actually 'revisitation' is a perfectly good word; but 'revisitating'
is not.
More information about the llvm-commits
mailing list