diff options
author | Devang Patel <dpatel@apple.com> | 2007-10-24 00:32:16 +0000 |
---|---|---|
committer | Devang Patel <dpatel@apple.com> | 2007-10-24 00:32:16 +0000 |
commit | 71bcb09b8fd0331c9f80ddfd6856d59e7d033d09 (patch) | |
tree | 69031c76a443f551b87913d063bba72c34e485ab /CodeGen/CodeGenTypes.h | |
parent | 977f14e1ab136acd74238884d1d7e0c131072bc0 (diff) |
Add notes.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43282 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenTypes.h')
-rw-r--r-- | CodeGen/CodeGenTypes.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CodeGen/CodeGenTypes.h b/CodeGen/CodeGenTypes.h index f149fb801d..7ab3afe2e1 100644 --- a/CodeGen/CodeGenTypes.h +++ b/CodeGen/CodeGenTypes.h @@ -94,6 +94,8 @@ class CodeGenTypes { /// RecordLayouts - This maps llvm struct type with corresponding /// record layout info. + /// FIXME : If RecordLayoutInfo is less than 16 bytes then use + /// inline it in the map. llvm::DenseMap<const llvm::Type*, RecordLayoutInfo *> RecordLayouts; /// FieldInfo - This maps struct field with corresponding llvm struct type |