X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=utils%2FTableGen%2FSequenceToOffsetTable.h;h=fcda233dc913cfab82b0341591cfe0b8a628bc4e;hb=22bd64173981bf1251c4b3bfc684207340534ba3;hp=60202b5ade077d90a5f9255de8d022afbd7bfb22;hpb=a00b80b04c5edb08639c1c6b32e9231fd8b066f7;p=oota-llvm.git diff --git a/utils/TableGen/SequenceToOffsetTable.h b/utils/TableGen/SequenceToOffsetTable.h index 60202b5ade0..fcda233dc91 100644 --- a/utils/TableGen/SequenceToOffsetTable.h +++ b/utils/TableGen/SequenceToOffsetTable.h @@ -17,11 +17,11 @@ #define TBLGEN_SEQUENCE_TO_OFFSET_TABLE_H #include "llvm/Support/raw_ostream.h" -#include #include -#include #include #include +#include +#include namespace llvm { @@ -82,7 +82,7 @@ public: } bool empty() const { return Seqs.empty(); } - + /// layout - Computes the final table layout. void layout() { assert(Entries == 0 && "Can only call layout() once");