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] | |
Mike Stump writes:
Mike> Is there a remaining purpose for pmode? Mike> From rs6000.c:
Mike> void Mike> rs6000_initialize_trampoline (rtx addr, rtx fnaddr, rtx cxt) Mike> { Mike> enum machine_mode pmode = Pmode;
The variable "pmode" is used throughout that function. Are you
questioning why the function uses a variable instead of the Pmode macro?
The posting is too terse for me to understand the concern you are trying
to raise.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |