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:
parent
38d40c0ea9
commit
a550ee6b5d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user