Rename getABITypeSize to getTypePaddedSize, as
[oota-llvm.git] / include / llvm-c / Target.h
index d3b4e2f3f7f65bb35a4de560fd667b8036bc77ca..2aa5bd9f76e365b23a47e980638466bfd671103c 100644 (file)
@@ -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::getABITypeSize. */
+    See the method llvm::TargetData::getTypePaddedSize. */
 unsigned long long LLVMABISizeOfType(LLVMTargetDataRef, LLVMTypeRef);
 
 /** Computes the ABI alignment of a type in bytes for a target.