diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-08-30 22:16:05 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-08-30 22:16:05 +0000 |
commit | 8b2235cf951f5004fd1f097ab228d226540a1237 (patch) | |
tree | df5bd63dd8025194c617e6f9387e706e8ca78803 /lib/CodeGen/SelectionDAG/SelectionDAG.cpp | |
parent | b420b9d7c400aff8027b7cdfc818c9a72b00315d (diff) | |
download | external_llvm-8b2235cf951f5004fd1f097ab228d226540a1237.zip external_llvm-8b2235cf951f5004fd1f097ab228d226540a1237.tar.gz external_llvm-8b2235cf951f5004fd1f097ab228d226540a1237.tar.bz2 |
typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55574 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/SelectionDAG/SelectionDAG.cpp')
-rw-r--r-- | lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/SelectionDAG/SelectionDAG.cpp b/lib/CodeGen/SelectionDAG/SelectionDAG.cpp index 48a3772..1bada5e 100644 --- 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 recalculation for any of /// the node's users. /// SDNode *SelectionDAG::MorphNodeTo(SDNode *N, unsigned Opc, |