aboutsummaryrefslogtreecommitdiff
path: root/CodeGen/CodeGenTypes.cpp
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2008-02-05 03:17:42 +0000
committerDevang Patel <dpatel@apple.com>2008-02-05 03:17:42 +0000
commit4c4635c6cd8114bfa3ee20628fa1f03e67ac1e55 (patch)
tree2af48cf481b4d357d7304c8b949b1b7799e238ac /CodeGen/CodeGenTypes.cpp
parenteae1560d4fb99b9df814bc12c0419825996156cd (diff)
Update outdated comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46737 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'CodeGen/CodeGenTypes.cpp')
-rw-r--r--CodeGen/CodeGenTypes.cpp7
1 files changed, 1 insertions, 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) :