calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK for an invalid result register...
authorRichard Henderson <rth@redhat.com>
Sun, 23 Dec 2001 13:02:18 +0000 (05:02 -0800)
committerRichard Henderson <rth@gcc.gnu.org>
Sun, 23 Dec 2001 13:02:18 +0000 (05:02 -0800)
commite4abc3d580c4fb7f63776b4653a710f30e57a265
tree9e46f90736e54cf6b2d557a083a96a27c888a025
parentece2d1b8245459f35afcaf72ff1f5cd1d1c859e5
calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK for an invalid result register...

        * calls.c (expand_call): Don't turn off ECF_LIBCALL_BLOCK for
        an invalid result register; do end the sequence properly.
        (emit_library_call_value_1): Likewise.

From-SVN: r48287
gcc/ChangeLog
gcc/calls.c