1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00

Fix method name type-o

llvm-svn: 5933
This commit is contained in:
Chris Lattner 2003-04-25 05:23:27 +00:00
parent 38d40c0ea9
commit a550ee6b5d

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