summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-08-30 22:16:05 +0000
committerGabor Greif <ggreif@gmail.com>2008-08-30 22:16:05 +0000
commit66ccf603a92968c39fcbdecca6a9f23af66393ef (patch)
tree4a51c57751ebb086f0629489d30ccf3902350b82 /llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
parent2e744e8aa69410c573b08c0c27616f00b05bf198 (diff)
downloadbcm5719-llvm-66ccf603a92968c39fcbdecca6a9f23af66393ef.tar.gz
bcm5719-llvm-66ccf603a92968c39fcbdecca6a9f23af66393ef.zip
typo
llvm-svn: 55574
Diffstat (limited to 'llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r--llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
index 48a37722f95..1bada5eea2e 100644
--- a/llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+++ b/llvm/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 recalculation for any of
/// the node's users.
///
SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc,
OpenPOWER on IntegriCloud