[llvm-commits] CVS: llvm/tools/lli/Interpreter/Execution.cpp

Chris Lattner lattner at cs.uiuc.edu
Tue Feb 25 15:16:01 PST 2003


Changes in directory llvm/tools/lli/Interpreter:

Execution.cpp updated: 1.75 -> 1.76

---
Log message:

Fix typeo


---
Diffs of the changes:

Index: llvm/tools/lli/Interpreter/Execution.cpp
diff -u llvm/tools/lli/Interpreter/Execution.cpp:1.75 llvm/tools/lli/Interpreter/Execution.cpp:1.76
--- llvm/tools/lli/Interpreter/Execution.cpp:1.75	Sun Jan 12 18:58:52 2003
+++ llvm/tools/lli/Interpreter/Execution.cpp	Tue Feb 25 15:14:59 2003
@@ -698,7 +698,7 @@
       Ty = STy->getElementTypes()[Index];
     } else if (const SequentialType *ST = cast<SequentialType>(Ty)) {
 
-      // Get the index number for the array... which must be uint type...
+      // Get the index number for the array... which must be long type...
       assert((*I)->getType() == Type::LongTy);
       unsigned Idx = getOperandValue(*I, SF).LongVal;
       if (const ArrayType *AT = dyn_cast<ArrayType>(ST))





More information about the llvm-commits mailing list