aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/gimple.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/gimple.c')
-rw-r--r--gcc-4.9/gcc/gimple.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc-4.9/gcc/gimple.c b/gcc-4.9/gcc/gimple.c
index 2a278e41e..d48134647 100644
--- a/gcc-4.9/gcc/gimple.c
+++ b/gcc-4.9/gcc/gimple.c
@@ -46,6 +46,7 @@ along with GCC; see the file COPYING3. If not see
#include "alias.h"
#include "demangle.h"
#include "langhooks.h"
+#include "l-ipo.h"
#include "bitmap.h"
@@ -1939,6 +1940,7 @@ get_gimple_rhs_num_ops (enum tree_code code)
|| (SYM) == WIDEN_MULT_PLUS_EXPR \
|| (SYM) == WIDEN_MULT_MINUS_EXPR \
|| (SYM) == DOT_PROD_EXPR \
+ || (SYM) == SAD_EXPR \
|| (SYM) == REALIGN_LOAD_EXPR \
|| (SYM) == VEC_COND_EXPR \
|| (SYM) == VEC_PERM_EXPR \