[llvm-commits] [llvm] r55574 - /llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Gabor Greif ggreif at gmail.com
Sat Aug 30 15:16:05 PDT 2008


Author: ggreif
Date: Sat Aug 30 17:16:05 2008
New Revision: 55574

URL: http://llvm.org/viewvc/llvm-project?rev=55574&view=rev
Log:
typo

Modified:
    llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp

Modified: llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp?rev=55574&r1=55573&r2=55574&view=diff

==============================================================================
--- llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp (original)
+++ llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp Sat Aug 30 17:16:05 2008
@@ -4053,7 +4053,7 @@
 ///
 /// 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,





More information about the llvm-commits mailing list