[llvm-commits] CVS: llvm/include/llvm/DerivedTypes.h InstrTypes.h Type.h

Misha Brukman brukman at cs.uiuc.edu
Thu Aug 21 17:10:16 PDT 2003


Changes in directory llvm/include/llvm:

DerivedTypes.h updated: 1.32 -> 1.33
InstrTypes.h updated: 1.30 -> 1.31
Type.h updated: 1.24 -> 1.25

---
Log message:

The word `dependent' has no `a'.


---
Diffs of the changes:

Index: llvm/include/llvm/DerivedTypes.h
diff -u llvm/include/llvm/DerivedTypes.h:1.32 llvm/include/llvm/DerivedTypes.h:1.33
--- llvm/include/llvm/DerivedTypes.h:1.32	Wed Jul 23 10:29:53 2003
+++ llvm/include/llvm/DerivedTypes.h	Thu Aug 21 17:08:59 2003
@@ -383,7 +383,7 @@
 
 
 // Define some inline methods for the AbstractTypeUser.h:PATypeHandle class.
-// These are defined here because they MUST be inlined, yet are dependant on 
+// These are defined here because they MUST be inlined, yet are dependent on 
 // the definition of the Type class.  Of course Type derives from Value, which
 // contains an AbstractTypeUser instance, so there is no good way to factor out
 // the code.  Hence this bit of uglyness.


Index: llvm/include/llvm/InstrTypes.h
diff -u llvm/include/llvm/InstrTypes.h:1.30 llvm/include/llvm/InstrTypes.h:1.31
--- llvm/include/llvm/InstrTypes.h:1.30	Sun Oct 13 14:39:06 2002
+++ llvm/include/llvm/InstrTypes.h	Thu Aug 21 17:08:59 2003
@@ -111,7 +111,7 @@
   /// swapOperands - Exchange the two operands to this instruction.
   /// This instruction is safe to use on any binary instruction and
   /// does not modify the semantics of the instruction.  If the
-  /// instruction is order dependant (SetLT f.e.) the opcode is
+  /// instruction is order dependent (SetLT f.e.) the opcode is
   /// changed.  If the instruction cannot be reversed (ie, it's a Div),
   /// then return true.
   ///


Index: llvm/include/llvm/Type.h
diff -u llvm/include/llvm/Type.h:1.24 llvm/include/llvm/Type.h:1.25
--- llvm/include/llvm/Type.h:1.24	Tue May 20 13:45:20 2003
+++ llvm/include/llvm/Type.h	Thu Aug 21 17:08:59 2003
@@ -184,7 +184,7 @@
   }
 
   /// getPrimitiveSize - Return the basic size of this type if it is a primative
-  /// type.  These are fixed by LLVM and are not target dependant.  This will
+  /// type.  These are fixed by LLVM and are not target dependent.  This will
   /// return zero if the type does not have a size or is not a primitive type.
   ///
   unsigned getPrimitiveSize() const;





More information about the llvm-commits mailing list