diff options
author | Duncan Sands <baldrick@free.fr> | 2009-01-12 20:38:59 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2009-01-12 20:38:59 +0000 |
commit | dc020f9c3c6ff10128bdf0693a0880c4bb7c019d (patch) | |
tree | 211bf6abe99446e0e9258e1580f542ba60230955 /llvm/include/llvm-c | |
parent | 8e1555c7c3bf668fbda3fa9c13f0499332e1bf70 (diff) | |
download | bcm5719-llvm-dc020f9c3c6ff10128bdf0693a0880c4bb7c019d.tar.gz bcm5719-llvm-dc020f9c3c6ff10128bdf0693a0880c4bb7c019d.zip |
Rename getABITypeSize to getTypePaddedSize, as
suggested by Chris.
llvm-svn: 62099
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/Target.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Target.h b/llvm/include/llvm-c/Target.h index d3b4e2f3f7f..2aa5bd9f76e 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::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. |