sparc: dont emit unnecarry block labels
[libfirm] / ir / be / sparc / bearch_sparc.c
index d29a8e6..113639f 100644 (file)
@@ -42,6 +42,7 @@
 #include "lower_alloc.h"
 #include "lower_builtins.h"
 #include "lower_calls.h"
+#include "lower_mode_b.h"
 #include "lower_softfloat.h"
 
 #include "bitset.h"
@@ -420,7 +421,6 @@ static void sparc_lower_for_target(void)
        lower_mode_b_config_t lower_mode_b_config = {
                mode_Iu,
                sparc_create_set,
-               0,
        };
 
        lower_calls_with_compounds(LF_RETURN_HIDDEN);