[llvm-commits] CVS: llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp
Chris Lattner
lattner at cs.uiuc.edu
Fri Nov 8 17:19:01 PST 2002
Changes in directory llvm/lib/Transforms/Scalar:
CorrelatedExprs.cpp updated: 1.7 -> 1.8
---
Log message:
Fix spelling error
---
Diffs of the changes:
Index: llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp
diff -u llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp:1.7 llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp:1.8
--- llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp:1.7 Tue Oct 29 17:03:20 2002
+++ llvm/lib/Transforms/Scalar/CorrelatedExprs.cpp Fri Nov 8 17:18:37 2002
@@ -542,7 +542,7 @@
// Create and insert the PHI node into the top of Dest.
PHINode *NewPN = new PHINode(I->getType(), I->getName()+".fw_merge",
Dest->begin());
- // There is definately an edge from OldSucc... add the edge now
+ // There is definitely an edge from OldSucc... add the edge now
NewPN->addIncoming(I, OldSucc);
// There is also an edge from BB now, add the edge with the calculated
More information about the llvm-commits
mailing list