Use a bitfield. NFC.
[oota-llvm.git] / lib / MC / MCSection.cpp
index 04f932bfeec07903c7786f185a4c7edb50f07c2b..d39cb5db7318a20135949863bc4f59856ab16b31 100644 (file)
@@ -20,7 +20,8 @@ using namespace llvm;
 //===----------------------------------------------------------------------===//
 
 MCSection::MCSection(SectionVariant V, SectionKind K, MCSymbol *Begin)
-    : Begin(Begin), HasInstructions(false), Variant(V), Kind(K) {}
+    : Begin(Begin), BundleGroupBeforeFirstInst(false), HasInstructions(false),
+      Variant(V), Kind(K) {}
 
 MCSymbol *MCSection::getEndSymbol(MCContext &Ctx) {
   if (!End)