]> granicus.if.org Git - clang/commit
Convert the RecordSize parameter of AppendTailPadding() to CharUnits to
authorKen Dyck <kd@kendyck.com>
Fri, 11 Mar 2011 02:17:05 +0000 (02:17 +0000)
committerKen Dyck <kd@kendyck.com>
Fri, 11 Mar 2011 02:17:05 +0000 (02:17 +0000)
commit106ca049e9a5b10ba80df1b60c0708b2491b7e18
tree0af077b8e4bb26ddd9861f8ba6c988e756252f75
parent4f3bc8f7aa90b72832b03bee9201c98f4bb6b4d1
Convert the RecordSize parameter of AppendTailPadding() to CharUnits to
avoid converting to bits and back again. No change in functionality
intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@127455 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprConstant.cpp