[llvm-commits] CVS: llvm/lib/Transforms/Scalar/Reassociate.cpp

Chris Lattner lattner at cs.uiuc.edu
Fri May 2 14:27:01 PDT 2003


Changes in directory llvm/lib/Transforms/Scalar:

Reassociate.cpp updated: 1.17 -> 1.18

---
Log message:

Fix spelling


---
Diffs of the changes:

Index: llvm/lib/Transforms/Scalar/Reassociate.cpp
diff -u llvm/lib/Transforms/Scalar/Reassociate.cpp:1.17 llvm/lib/Transforms/Scalar/Reassociate.cpp:1.18
--- llvm/lib/Transforms/Scalar/Reassociate.cpp:1.17	Wed Apr 23 11:37:42 2003
+++ llvm/lib/Transforms/Scalar/Reassociate.cpp	Fri May  2 14:26:34 2003
@@ -1,7 +1,7 @@
 //===- Reassociate.cpp - Reassociate binary expressions -------------------===//
 //
 // This pass reassociates commutative expressions in an order that is designed
-// to promote better constant propogation, GCSE, LICM, PRE...
+// to promote better constant propagation, GCSE, LICM, PRE...
 //
 // For example: 4 + (x + 5) -> x + (4 + 5)
 //





More information about the llvm-commits mailing list