Commit c2f07c00 by Andreas Krebbel Committed by Andreas Krebbel

builtins.c (expand_builtin_strcmp): Cover label definition of do_libcall with HAVE_cmpstrnsi.

2006-04-18  Andreas Krebbel  <krebbel1@de.ibm.com>

	* builtins.c (expand_builtin_strcmp): Cover label definition of 
	do_libcall with HAVE_cmpstrnsi.

From-SVN: r113039
parent 065fc470
2006-04-18 Andreas Krebbel <krebbel1@de.ibm.com>
* builtins.c (expand_builtin_strcmp): Cover label definition of
do_libcall with HAVE_cmpstrnsi.
2006-04-18 Kazu Hirata <kazu@codesourcery.com> 2006-04-18 Kazu Hirata <kazu@codesourcery.com>
* function.c (temp_slots_at_level, max_slot_level): Use VEC * function.c (temp_slots_at_level, max_slot_level): Use VEC
......
...@@ -3772,7 +3772,9 @@ expand_builtin_strcmp (tree exp, rtx target, enum machine_mode mode) ...@@ -3772,7 +3772,9 @@ expand_builtin_strcmp (tree exp, rtx target, enum machine_mode mode)
/* Expand the library call ourselves using a stabilized argument /* Expand the library call ourselves using a stabilized argument
list to avoid re-evaluating the function's arguments twice. */ list to avoid re-evaluating the function's arguments twice. */
#ifdef HAVE_cmpstrnsi
do_libcall: do_libcall:
#endif
arglist = build_tree_list (NULL_TREE, arg2); arglist = build_tree_list (NULL_TREE, arg2);
arglist = tree_cons (NULL_TREE, arg1, arglist); arglist = tree_cons (NULL_TREE, arg1, arglist);
fndecl = get_callee_fndecl (exp); fndecl = get_callee_fndecl (exp);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment