This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

m68k: cfa_offset VS cfa_store_offset


Hello,

I noticed something weird in m68k_output_function_prologue().
There are two different variables tracking the cfa offset,
but both seem to be bearing exactly the same value.

Since they're also the same type, I was wondering if we could
just get rid of one of them...

But how did that come to be? Perhaps it had some meaning before
other changes and simplifications made it useless?

--
 // Bernardo Innocenti - Develer S.r.l., R&D dept.
\X/  http://www.develer.com/

Please don't send Word attachments - http://www.gnu.org/philosophy/no-word-attachments.html




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]