Use a bitfield. NFC.
[oota-llvm.git] / include / llvm / MC / MCSection.h
index 96a4ef135f217385ec12b5949eff22c00b6e0d57..ceb86cdc9aaffe22047f3857ef39a3d7323560e2 100644 (file)
@@ -73,7 +73,7 @@ private:
 
   /// \brief We've seen a bundle_lock directive but not its first instruction
   /// yet.
-  bool BundleGroupBeforeFirstInst = false;
+  unsigned BundleGroupBeforeFirstInst : 1;
 
   /// Whether this section has had instructions emitted into it.
   unsigned HasInstructions : 1;