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

Chris Lattner lattner at cs.uiuc.edu
Fri Apr 25 00:24:06 PDT 2003


Changes in directory llvm/include/llvm/Target:

TargetData.h updated: 1.15 -> 1.16

---
Log message:

Fix method name type-o


---
Diffs of the changes:

Index: llvm/include/llvm/Target/TargetData.h
diff -u llvm/include/llvm/Target/TargetData.h:1.15 llvm/include/llvm/Target/TargetData.h:1.16
--- llvm/include/llvm/Target/TargetData.h:1.15	Thu Apr 24 21:50:19 2003
+++ llvm/include/llvm/Target/TargetData.h	Fri Apr 25 00:23:27 2003
@@ -64,7 +64,7 @@
   unsigned char getDoubleAlignment()  const { return  DoubleAlignment; }
   unsigned char getPointerAlignment() const { return PointerAlignment; }
   unsigned char getPointerSize()      const { return      PointerSize; }
-  unsigned char getIntegerRegize()    const { return   IntegerRegSize; }
+  unsigned char getIntegerRegSize()   const { return   IntegerRegSize; }
   AnnotationID  getStructLayoutAID()  const { return AID; }
 
   // getTypeSize - Return the number of bytes neccesary to hold the specified





More information about the llvm-commits mailing list