aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/cfgexpand.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/cfgexpand.c')
-rw-r--r--gcc-4.9/gcc/cfgexpand.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/cfgexpand.c b/gcc-4.9/gcc/cfgexpand.c
index 14511e137..04d39a3d7 100644
--- a/gcc-4.9/gcc/cfgexpand.c
+++ b/gcc-4.9/gcc/cfgexpand.c
@@ -74,6 +74,9 @@ along with GCC; see the file COPYING3. If not see
#include "recog.h"
#include "output.h"
+/* In coverage.c */
+extern void coverage_has_asm_stmt (void);
+
/* Some systems use __main in a way incompatible with its use in gcc, in these
cases use the macros NAME__MAIN to give a quoted symbol and SYMBOL__MAIN to
give the same symbol without quotes for an alternative entry point. You
@@ -2874,6 +2877,7 @@ expand_asm_operands (tree string, tree outputs, tree inputs,
emit_move_insn (real_output_rtx[i], output_rtx[i]);
crtl->has_asm_statement = 1;
+ coverage_has_asm_stmt ();
free_temp_slots ();
}
@@ -3681,6 +3685,7 @@ expand_debug_expr (tree exp)
{
case COND_EXPR:
case DOT_PROD_EXPR:
+ case SAD_EXPR:
case WIDEN_MULT_PLUS_EXPR:
case WIDEN_MULT_MINUS_EXPR:
case FMA_EXPR: