From 8d50dfb831c0c6157c1aad7080eeeaf0c7de1a0d Mon Sep 17 00:00:00 2001 From: William Cohen Date: Mon, 20 Nov 2000 14:23:42 +0000 Subject: [PATCH] Correction so -fchech-memory-usage only flushes hard registers to temp memory location. Correction so -fchech-memory-usage only flushes hard registers to temp memory location. Values in psuedo registers and memory shouldn't be affected. From-SVN: r37583 --- gcc/ChangeLog | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index a7c688a55640..200ecc5a144c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2000-11-20 Will Cohen + + * calls.c (expand_call): Clear target only when target is in + hard register and current_function_check_memory_usage is set. + 2000-11-20 Bernd Schmidt * toplev.c (rest_of_compilation): Run optimize_mode_switching even -- 2.47.2