From 4c4635c6cd8114bfa3ee20628fa1f03e67ac1e55 Mon Sep 17 00:00:00 2001 From: Devang Patel Date: Tue, 5 Feb 2008 03:17:42 +0000 Subject: [PATCH] Update outdated comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46737 91177308-0d34-0410-b5e6-96231b3b80d8 --- CodeGen/CodeGenTypes.cpp | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CodeGen/CodeGenTypes.cpp b/CodeGen/CodeGenTypes.cpp index 678733e6fa..06ec4679bc 100644 --- a/CodeGen/CodeGenTypes.cpp +++ b/CodeGen/CodeGenTypes.cpp @@ -24,12 +24,7 @@ using namespace CodeGen; namespace { /// RecordOrganizer - This helper class, used by CGRecordLayout, layouts /// structs and unions. It manages transient information used during layout. - /// FIXME : At the moment assume - /// - one to one mapping between AST FieldDecls and - /// llvm::StructType elements. - /// - Ignore bit fields - /// - Ignore field aligments - /// - Ignore packed structs + /// FIXME : Handle field aligments. Handle packed structs. class RecordOrganizer { public: explicit RecordOrganizer(CodeGenTypes &Types) : -- 2.50.1