Fix method name type-o

llvm-svn: 5933
This commit is contained in:
Chris Lattner 2003-04-25 05:23:27 +00:00
parent efbae9cff1
commit d6df41d389
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@ public:
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