llvm-svn: 55574
This commit is contained in:
Gabor Greif 2008-08-30 22:16:05 +00:00
parent 2e744e8aa6
commit 66ccf603a9
1 changed files with 1 additions and 1 deletions

View File

@ -4053,7 +4053,7 @@ SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
///
/// Using MorphNodeTo is faster than creating a new node and swapping it in
/// with ReplaceAllUsesWith both because it often avoids allocating a new
/// node, and because it doesn't require CSE recalulation for any of
/// node, and because it doesn't require CSE recalculation for any of
/// the node's users.
///
SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,