From c41e535df1fda07059795368d1c114dda5da971d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 3 Feb 2008 07:30:27 +0000 Subject: Fix typo llvm-svn: 46682 --- llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib') diff --git a/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp b/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp index 76b7527f68b..f09a311c064 100644 --- a/llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp +++ b/llvm/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); } -- cgit v1.2.3