From a550ee6b5d6b96ae84bc3600fce3d1ac764f48d3 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Fri, 25 Apr 2003 05:23:27 +0000 Subject: [PATCH] Fix method name type-o llvm-svn: 5933 --- include/llvm/Target/TargetData.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/llvm/Target/TargetData.h b/include/llvm/Target/TargetData.h index 671a5edba52..66176a5ff16 100644 --- a/include/llvm/Target/TargetData.h +++ b/include/llvm/Target/TargetData.h @@ -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