mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-06 12:04:48 +00:00
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55574 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
12632d2222
commit
dc71563794
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user