summaryrefslogtreecommitdiff
path: root/lib/CodeGen/CGRecordLayout.h
diff options
context:
space:
mode:
authorKen Dyck <kd@kendyck.com>2011-04-24 10:13:17 +0000
committerKen Dyck <kd@kendyck.com>2011-04-24 10:13:17 +0000
commitb9e6b2c215d0a7930ad160b054bc86353da4a517 (patch)
treede02bd6c113484d30a3c5576e9a251132a67495d /lib/CodeGen/CGRecordLayout.h
parentc556ef293692cf4cb40e11e816656ac23e5567db (diff)
downloadclang-b9e6b2c215d0a7930ad160b054bc86353da4a517.tar.gz
Convert AccessInfo::AccessAlignment to CharUnits. No change in functionality
intended. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@130087 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/CGRecordLayout.h')
-rw-r--r--lib/CodeGen/CGRecordLayout.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/CGRecordLayout.h b/lib/CodeGen/CGRecordLayout.h
index 245e74ce76..6d9fc0589e 100644
--- a/lib/CodeGen/CGRecordLayout.h
+++ b/lib/CodeGen/CGRecordLayout.h
@@ -69,7 +69,7 @@ public:
// FIXME: Remove use of 0 to encode default, instead have IRgen do the right
// thing when it generates the code, if avoiding align directives is
// desired.
- unsigned AccessAlignment;
+ CharUnits AccessAlignment;
/// Offset for the target value.
unsigned TargetBitOffset;