[llvm-commits] CVS: llvm/lib/Transforms/TransformInternals.h

Misha Brukman brukman at cs.uiuc.edu
Thu Aug 21 17:12:02 PDT 2003


Changes in directory llvm/lib/Transforms:

TransformInternals.h updated: 1.19 -> 1.20

---
Log message:

The word `dependent' has no `a'.


---
Diffs of the changes:

Index: llvm/lib/Transforms/TransformInternals.h
diff -u llvm/lib/Transforms/TransformInternals.h:1.19 llvm/lib/Transforms/TransformInternals.h:1.20
--- llvm/lib/Transforms/TransformInternals.h:1.19	Wed Jul 23 10:22:23 2003
+++ llvm/lib/Transforms/TransformInternals.h	Thu Aug 21 17:11:07 2003
@@ -94,7 +94,7 @@
   typedef std::map<const Value *, Value *> ExprMapTy;
 
   // Cast Map - Cast instructions can have their source and destination values
-  // changed independantly for each part.  Because of this, our old naive
+  // changed independently for each part.  Because of this, our old naive
   // implementation would create a TWO new cast instructions, which would cause
   // all kinds of problems.  Here we keep track of the newly allocated casts, so
   // that we only create one for a particular instruction.





More information about the llvm-commits mailing list