Use DW_FORM_flag_present to save space in debug information if we're
[oota-llvm.git] / lib / CodeGen / AsmPrinter / DwarfCompileUnit.h
index b4ff9e8d69dd6f2bb9a9417194b74860717d317a..22401fe8fab093521b602e1adc0b07d40433c86a 100644 (file)
@@ -176,6 +176,9 @@ public:
   }
 public:
 
+  /// addFlag - Add a flag that is true to the DIE.
+  void addFlag(DIE *Die, unsigned Attribute);
+  
   /// addUInt - Add an unsigned integer attribute data and value.
   ///
   void addUInt(DIE *Die, unsigned Attribute, unsigned Form, uint64_t Integer);