bearch: Dump the output requirement and the assigned register in the same line for...
[libfirm] / ir / be / beemitter.c
index 1b2249e..a08461d 100644 (file)
@@ -26,6 +26,7 @@
 #include "config.h"
 
 #include "beemitter.h"
+#include "be_t.h"
 #include "irnode_t.h"
 #include "irprintf.h"
 #include "ident.h"
@@ -80,10 +81,10 @@ void be_emit_pad_comment(void)
 
 void be_emit_finish_line_gas(const ir_node *node)
 {
-       dbg_info   *dbg;
-       src_loc_t   loc;
+       dbg_info  *dbg;
+       src_loc_t  loc;
 
-       if (node == NULL) {
+       if (node == NULL || !be_options.verbose_asm) {
                be_emit_char('\n');
                be_emit_write_line();
                return;