aboutsummaryrefslogtreecommitdiff
path: root/gcc/optabs.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2001-11-21 12:13:14 +0100
committerJakub Jelinek <jakub@gcc.gnu.org>2001-11-21 12:13:14 +0100
commit1258ee8070967d846e414cfc231cdb39b5de7c69 (patch)
tree414698f86b343b20d34cda0513e9b67a6e76c493 /gcc/optabs.c
parent83dea45d59b06dc8d99c78e471f97957c54105eb (diff)
downloadgcc-1258ee8070967d846e414cfc231cdb39b5de7c69.zip
gcc-1258ee8070967d846e414cfc231cdb39b5de7c69.tar.gz
gcc-1258ee8070967d846e414cfc231cdb39b5de7c69.tar.bz2
explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_library_call.
* explow.c (probe_stack_range): Use LCT_NORMAL as second argument to emit_library_call. * function.c (expand_main_function, expand_function_start, expand_function_end): Likewise. * profile.c (output_func_start_profiler): Likewise. * stmt.c (expand_nl_goto_receivers): Use LCT_NORETURN as second argument to emit_library_call. * optabs.c (prepare_cmp_insn): Use LCT_CONST_MAKE_BLOCK as second argument to emit_library_call. * calls.c (emit_library_call): Update fn_type description. From-SVN: r47241
Diffstat (limited to 'gcc/optabs.c')
-rw-r--r--gcc/optabs.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/optabs.c b/gcc/optabs.c
index 8f5c5ca..4514f36 100644
--- a/gcc/optabs.c
+++ b/gcc/optabs.c
@@ -3193,7 +3193,8 @@ prepare_cmp_insn (px, py, pcomparison, size, pmode, punsignedp, purpose)
if (unsignedp && ucmp_optab->handlers[(int) mode].libfunc)
libfunc = ucmp_optab->handlers[(int) mode].libfunc;
- emit_library_call (libfunc, 1, word_mode, 2, x, mode, y, mode);
+ emit_library_call (libfunc, LCT_CONST_MAKE_BLOCK, word_mode, 2, x, mode,
+ y, mode);
/* Immediately move the result of the libcall into a pseudo
register so reload doesn't clobber the value if it needs