Update outdated comment.

llvm-svn: 46737
This commit is contained in:
Devang Patel 2008-02-05 03:17:42 +00:00
parent a703a67384
commit 6c037da51c
1 changed files with 1 additions and 6 deletions

View File

@ -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) :