diff options
author | Chad Rosier <mcrosier@apple.com> | 2012-05-21 17:13:41 +0000 |
---|---|---|
committer | Chad Rosier <mcrosier@apple.com> | 2012-05-21 17:13:41 +0000 |
commit | 5d1f5d2be321cc33d0f42227ac6d3d6a52f6f460 (patch) | |
tree | 486db831cc9e6627cdacf81a658ce65429a28b0f /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | 19e09cb2248b61f5d2f8b8285447850e9b8fcc5d (diff) | |
download | bcm5719-llvm-5d1f5d2be321cc33d0f42227ac6d3d6a52f6f460.tar.gz bcm5719-llvm-5d1f5d2be321cc33d0f42227ac6d3d6a52f6f460.zip |
Typo.
llvm-svn: 157195
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index d6b866fb559..bb38d607c95 100644 --- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp +++ b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp @@ -5560,7 +5560,7 @@ unsigned SelectionDAG::AssignTopologicalOrder() { } } - // Visit all the nodes. As we iterate, moves nodes into sorted order, + // Visit all the nodes. As we iterate, move nodes into sorted order, // such that by the time the end is reached all nodes will be sorted. for (allnodes_iterator I = allnodes_begin(),E = allnodes_end(); I != E; ++I) { SDNode *N = I; |