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

Chris Lattner lattner at cs.uiuc.edu
Fri Jan 31 22:52:01 PST 2003


Changes in directory llvm/lib/Transforms/Scalar:

GCSE.cpp updated: 1.26 -> 1.27

---
Log message:

Fix typo


---
Diffs of the changes:

Index: llvm/lib/Transforms/Scalar/GCSE.cpp
diff -u llvm/lib/Transforms/Scalar/GCSE.cpp:1.26 llvm/lib/Transforms/Scalar/GCSE.cpp:1.27
--- llvm/lib/Transforms/Scalar/GCSE.cpp:1.26	Sat Dec  7 12:42:13 2002
+++ llvm/lib/Transforms/Scalar/GCSE.cpp	Fri Jan 31 22:50:59 2003
@@ -233,7 +233,7 @@
     //
     // Here there are no shared dominators.  Additionally, this had the habit of
     // moving computations where they were not always computed.  For example, in
-    // a cast like this:
+    // a case like this:
     //  if (c) {
     //    if (d)  ...
     //    else ... X+Y ...





More information about the llvm-commits mailing list