aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1997-03-16 08:40:23 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1997-03-16 08:40:23 -0500
commit74775c7ae27f5f347dd873c2a1c9205003dc1fb8 (patch)
treea69439097300726cdb24364fe6ee8d174c122937
parent12d94bff7eb3b937938bccaba739106d0892a7c1 (diff)
downloadgcc-74775c7ae27f5f347dd873c2a1c9205003dc1fb8.zip
gcc-74775c7ae27f5f347dd873c2a1c9205003dc1fb8.tar.gz
gcc-74775c7ae27f5f347dd873c2a1c9205003dc1fb8.tar.bz2
(untyped_call): Re-enable code.
From-SVN: r13714
-rw-r--r--gcc/config/i386/i386.md4
1 files changed, 1 insertions, 3 deletions
diff --git a/gcc/config/i386/i386.md b/gcc/config/i386/i386.md
index a45aeab..6890ef0 100644
--- a/gcc/config/i386/i386.md
+++ b/gcc/config/i386/i386.md
@@ -6433,13 +6433,11 @@ byte_xor_operation:
coprocessor registers as containing a possible return value,
simply pretend the untyped call returns a complex long double
value. */
- /*
+
emit_call_insn (TARGET_80387
? gen_call_value (gen_rtx (REG, XCmode, FIRST_FLOAT_REG),
operands[0], const0_rtx)
: gen_call (operands[0], const0_rtx));
- */
- emit_call_insn (gen_call (operands[0], const0_rtx, NULL, const0_rtx));
for (i = 0; i < XVECLEN (operands[2], 0); i++)
{