projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
12632d2
)
typo
author
Gabor Greif
<ggreif@gmail.com>
Sat, 30 Aug 2008 22:16:05 +0000
(22:16 +0000)
committer
Gabor Greif
<ggreif@gmail.com>
Sat, 30 Aug 2008 22:16:05 +0000
(22:16 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55574
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
patch
|
blob
|
history
diff --git
a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 48a37722f95faeb3862aaed8c4057d527dedd6e9..1bada5eea2ec0dd2bfc86bce1a0ff3afe407e6a8 100644
(file)
--- a/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/
lib/CodeGen/SelectionDAG/SelectionDAG.cpp
@@
-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 recal
c
ulation for any of
/// the node's users.
///
SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,