[llvm-commits] CVS: llvm/include/llvm/Transforms/Scalar.h

Misha Brukman brukman at cs.uiuc.edu
Fri Feb 13 10:24:01 PST 2004


Changes in directory llvm/include/llvm/Transforms:

Scalar.h updated: 1.32 -> 1.33

---
Log message:

Fix spelling of `tendency'.


---
Diffs of the changes:  (+1 -1)

Index: llvm/include/llvm/Transforms/Scalar.h
diff -u llvm/include/llvm/Transforms/Scalar.h:1.32 llvm/include/llvm/Transforms/Scalar.h:1.33
--- llvm/include/llvm/Transforms/Scalar.h:1.32	Fri Feb 13 10:16:35 2004
+++ llvm/include/llvm/Transforms/Scalar.h	Fri Feb 13 10:23:14 2004
@@ -117,7 +117,7 @@
 //===----------------------------------------------------------------------===//
 //
 // InstructionCombining - Combine instructions to form fewer, simple
-//   instructions.  This pass does not modify the CFG, and has a tendancy to
+//   instructions.  This pass does not modify the CFG, and has a tendency to
 //   make instructions dead, so a subsequent DCE pass is useful.
 //
 // This pass combines things like:





More information about the llvm-commits mailing list