From: Chris Lattner Date: Sun, 3 Feb 2008 07:30:27 +0000 (+0000) Subject: Fix typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=9d3e5d476c4478d2837760a9bf43fedb8a5a7e51;p=oota-llvm.git Fix typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@46682 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp b/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp index 76b7527f68b..f09a311c064 100644 --- a/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp +++ b/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp @@ -233,7 +233,7 @@ namespace { virtual void NodeUpdated(SDNode *N) { // Node updates can mean pretty much anything. It is possible that an // operand was set to something already processed (f.e.) in which case - // this node could become ready. Recompoute its flags. + // this node could become ready. Recompute its flags. if (N->getNodeId() != DAGTypeLegalizer::ReadyToProcess) DTL.ReanalyzeNodeFlags(N); }