aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/cfgcleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.9/gcc/cfgcleanup.c')
-rw-r--r--gcc-4.9/gcc/cfgcleanup.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc-4.9/gcc/cfgcleanup.c b/gcc-4.9/gcc/cfgcleanup.c
index de307da54..53ea30028 100644
--- a/gcc-4.9/gcc/cfgcleanup.c
+++ b/gcc-4.9/gcc/cfgcleanup.c
@@ -1174,7 +1174,7 @@ old_insns_match_p (int mode ATTRIBUTE_UNUSED, rtx i1, rtx i2)
&& DECL_FUNCTION_CODE (SYMBOL_REF_DECL (symbol))
>= BUILT_IN_ASAN_REPORT_LOAD1
&& DECL_FUNCTION_CODE (SYMBOL_REF_DECL (symbol))
- <= BUILT_IN_ASAN_REPORT_STORE16)
+ <= BUILT_IN_ASAN_STOREN)
return dir_none;
}
}