From af9eaa830a9e866f61b6e59b448712de52dced25 Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 9 May 2009 07:06:46 +0000 Subject: Rename PaddedSize to AllocSize, in the hope that this will make it more obvious what it represents, and stop it being confused with the StoreSize. llvm-svn: 71349 --- llvm/include/llvm-c/Target.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/include/llvm-c/Target.h') diff --git a/llvm/include/llvm-c/Target.h b/llvm/include/llvm-c/Target.h index 2aa5bd9f76e..5de5bc78574 100644 --- a/llvm/include/llvm-c/Target.h +++ b/llvm/include/llvm-c/Target.h @@ -70,7 +70,7 @@ unsigned long long LLVMSizeOfTypeInBits(LLVMTargetDataRef, LLVMTypeRef); unsigned long long LLVMStoreSizeOfType(LLVMTargetDataRef, LLVMTypeRef); /** Computes the ABI size of a type in bytes for a target. - See the method llvm::TargetData::getTypePaddedSize. */ + See the method llvm::TargetData::getTypeAllocSize. */ unsigned long long LLVMABISizeOfType(LLVMTargetDataRef, LLVMTypeRef); /** Computes the ABI alignment of a type in bytes for a target. -- cgit v1.2.3