+2015-09-10 Nathan Sidwell <nathan@acm.org>
+
+ * config/nvptx/nvptx.c (nvptx_expand_call): Add spacing.
+ (nvptx_reorg): Adjust comments.
+
2015-09-15 John David Anglin <danglin@gcc.gnu.org>
PR bootstrap/67363
external_decl = true;
}
}
+
if (cfun->machine->funtype
/* It's possible to construct testcases where we call a variable.
See compile/20020129-1.c. stdarg_p will crash so avoid calling it
}
/* PTX-specific reorganization
- 1) mark now-unused registers, so function begin doesn't declare
+ - Compute live registers
+ - Mark now-unused registers, so function begin doesn't declare
unused registers.
- 2) replace subregs with suitable sequences.
+ - Replace subregs with suitable sequences.
*/
static void
thread_prologue_and_epilogue_insns ();
+ /* Compute live regs */
df_clear_flags (DF_LR_RUN_DCE);
df_set_flags (DF_NO_INSN_RESCAN | DF_NO_HARD_REGS);
df_analyze ();