summaryrefslogtreecommitdiff
path: root/cgawas.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgawas.c')
-rw-r--r--cgawas.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/cgawas.c b/cgawas.c
index 90e4e4e..2be66a1 100644
--- a/cgawas.c
+++ b/cgawas.c
@@ -3482,11 +3482,9 @@ static void w_as_apply_update_entry (struct basic_block *block)
w_as_label (block->block_ea_label->label_name);
w_as_newline();
}
-
- if (!block->block_profile){
- w_as_instruction_without_parameters ("nop");
- w_as_instruction_without_parameters ("nop");
- }
+
+ w_as_instruction_without_parameters ("nop");
+ w_as_instruction_without_parameters ("nop");
}
#endif