From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: "Frank Ch. Eigler" Cc: CGEN Subject: Re: [RFA] Code gen improvement for sim-decode.scm Date: Wed, 06 Dec 2000 17:44:00 -0000 Message-id: References: <20001206203617.C14971@redhat.com> X-SW-Source: 2000-q4/msg00253.html Are you convinced that nothing can possibly use that variable except ifield extraction? Is the improvement to generated code merely the removal of a gcc warning? (It should be able to zap an unused variable, resulting in no performance difference.) Nothing else can use it because it's defined within block scope. Yes, the improvement to generated code is to remove a GCC warning. Ben