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

Misha Brukman brukman at cs.uiuc.edu
Mon Aug 18 09:34:04 PDT 2003


Changes in directory llvm/lib/Transforms:

ExprTypeConvert.cpp updated: 1.76 -> 1.77

---
Log message:

Spell `necessary' correctly.


---
Diffs of the changes:

Index: llvm/lib/Transforms/ExprTypeConvert.cpp
diff -u llvm/lib/Transforms/ExprTypeConvert.cpp:1.76 llvm/lib/Transforms/ExprTypeConvert.cpp:1.77
--- llvm/lib/Transforms/ExprTypeConvert.cpp:1.76	Fri Aug  1 17:15:00 2003
+++ llvm/lib/Transforms/ExprTypeConvert.cpp	Mon Aug 18 09:33:06 2003
@@ -710,7 +710,7 @@
       if (CTMI != CTMap.end()) {   // Operand #1 is in the table already?
         // If so, check to see if it's Ty*, or, more importantly, if it is a
         // pointer to a structure where the first element is a Ty... this code
-        // is neccesary because we might be trying to change the source and
+        // is necessary because we might be trying to change the source and
         // destination type of the store (they might be related) and the dest
         // pointer type might be a pointer to structure.  Below we allow pointer
         // to structures where the 0th element is compatible with the value,
@@ -864,7 +864,7 @@
 
       // Okay, at this point, we know that all of the arguments can be
       // converted.  We succeed if we can change the return type if
-      // neccesary...
+      // necessary...
       //
       return ValueConvertibleToType(I, FTy->getReturnType(), CTMap, TD);
     }





More information about the llvm-commits mailing list