[llvm-commits] CVS: llvm/include/llvm/Target/TargetData.h

Chris Lattner lattner at cs.uiuc.edu
Mon Sep 23 19:08:03 PDT 2002


Changes in directory llvm/include/llvm/Target:

TargetData.h updated: 1.8 -> 1.9

---
Log message:

There are no implicit gep forms of load and store anymore


---
Diffs of the changes:

Index: llvm/include/llvm/Target/TargetData.h
diff -u llvm/include/llvm/Target/TargetData.h:1.8 llvm/include/llvm/Target/TargetData.h:1.9
--- llvm/include/llvm/Target/TargetData.h:1.8	Mon Sep 16 15:44:19 2002
+++ llvm/include/llvm/Target/TargetData.h	Mon Sep 23 19:08:01 2002
@@ -64,8 +64,7 @@
   unsigned char getTypeAlignment(const Type *Ty) const;
 
   // getIndexOffset - return the offset from the beginning of the type for the
-  // specified indices.  This is used to implement getElementPtr and load and 
-  // stores that include the implicit form of getelementptr.
+  // specified indices.  This is used to implement getelementptr.
   //
   uint64_t      getIndexedOffset(const Type *Ty, 
 				 const std::vector<Value*> &Indices) const;





More information about the llvm-commits mailing list