diff options
Diffstat (limited to 'gcc/tree-stdarg.cc')
-rw-r--r-- | gcc/tree-stdarg.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/tree-stdarg.cc b/gcc/tree-stdarg.cc index 37c3981..f522181 100644 --- a/gcc/tree-stdarg.cc +++ b/gcc/tree-stdarg.cc @@ -867,8 +867,8 @@ optimize_va_list_gpr_fpr_size (function *fun) tree callee = gimple_call_fndecl (stmt); if (callee - && (fndecl_built_in_p (callee, BUILT_IN_VA_START) - || fndecl_built_in_p (callee, BUILT_IN_VA_END))) + && fndecl_built_in_p (callee, BUILT_IN_VA_START, + BUILT_IN_VA_END)) continue; } |