diff options
author | Chris Lattner <sabre@nondot.org> | 2008-02-03 07:30:27 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2008-02-03 07:30:27 +0000 |
commit | c41e535df1fda07059795368d1c114dda5da971d (patch) | |
tree | ba3c7b3d00b469322316677dd2f6c9ff8d3ccca1 /llvm/lib | |
parent | e14fdfaecd87eb7e588022aa34891b9204367bb1 (diff) | |
download | bcm5719-llvm-c41e535df1fda07059795368d1c114dda5da971d.tar.gz bcm5719-llvm-c41e535df1fda07059795368d1c114dda5da971d.zip |
Fix typo
llvm-svn: 46682
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |