use confirm_irg_properties in lower_intrinsics
[libfirm] / ir / be / begnuas.h
index 43aa2e4..9f0bd08 100644 (file)
@@ -107,6 +107,12 @@ void be_gas_emit_entity(const ir_entity *entity);
  */
 void be_gas_emit_block_name(const ir_node *block);
 
+/**
+ * Starts a basic block. Emits an assembler label "blockname:" if needs_label
+ * is true, otherwise a comment with the blockname if verboseasm is enabled.
+ */
+void be_gas_begin_block(const ir_node *block, bool needs_label);
+
 /**
  * Starts emitting a compilation unit. This emits:
  *  - global assembler snippets