X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm%2FDataLayout.h;h=cc02017189943f471a6b4942531fdb7a58bb1149;hb=39cd0c8e477255a7296b2bd1dc67193f8d38c003;hp=6d99dcbb37801602f554e6bccf5c383e185ad923;hpb=58b45535495d20639849abf7a5605be5c8304b66;p=oota-llvm.git diff --git a/include/llvm/DataLayout.h b/include/llvm/DataLayout.h index 6d99dcbb378..cc020171899 100644 --- a/include/llvm/DataLayout.h +++ b/include/llvm/DataLayout.h @@ -20,9 +20,9 @@ #ifndef LLVM_DATALAYOUT_H #define LLVM_DATALAYOUT_H -#include "llvm/Pass.h" -#include "llvm/ADT/SmallVector.h" #include "llvm/ADT/DenseMap.h" +#include "llvm/ADT/SmallVector.h" +#include "llvm/Pass.h" #include "llvm/Support/DataTypes.h" namespace llvm { @@ -39,6 +39,7 @@ class ArrayRef; /// Enum used to categorize the alignment types stored by LayoutAlignElem enum AlignTypeEnum { + INVALID_ALIGN = 0, ///< An invalid alignment INTEGER_ALIGN = 'i', ///< Integer type alignment VECTOR_ALIGN = 'v', ///< Vector type alignment FLOAT_ALIGN = 'f', ///< Floating point type alignment