aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'CodeGen/CodeGenTypes.h')
-rw-r--r--CodeGen/CodeGenTypes.h2
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