Add missing include.
[oota-llvm.git] / include / llvm / IR / DataLayout.h
index a9e75955ce74cfe42b0ffdaf22bba18a1c287bb6..9479ba487c29ebaf4ccef9174fedf2886dbad89f 100644 (file)
@@ -53,6 +53,11 @@ enum AlignTypeEnum {
   AGGREGATE_ALIGN = 'a'
 };
 
+// FIXME: Currently the DataLayout string carries a "preferred alignment"
+// for types. As the DataLayout is module/global, this should likely be
+// sunk down to an FTTI element that is queried rather than a global
+// preference.
+
 /// \brief Layout alignment element.
 ///
 /// Stores the alignment data associated with a given alignment type (integer,