summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/cc/cc_int/reg-stack.c
diff options
context:
space:
mode:
authorRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
committerRodney W. Grimes <rgrimes@FreeBSD.org>1995-05-30 05:05:38 +0000
commit4399be3cbd35324f7a2c00d77229d995b4022138 (patch)
treea3959baf797787918878bec6d58d6a0fb743ad0a /gnu/usr.bin/cc/cc_int/reg-stack.c
parent709e8f9ae1d734c1a163c9b421df4b8153939ce7 (diff)
Notes
Diffstat (limited to 'gnu/usr.bin/cc/cc_int/reg-stack.c')
-rw-r--r--gnu/usr.bin/cc/cc_int/reg-stack.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/usr.bin/cc/cc_int/reg-stack.c b/gnu/usr.bin/cc/cc_int/reg-stack.c
index df45dd4980af..900b4137faeb 100644
--- a/gnu/usr.bin/cc/cc_int/reg-stack.c
+++ b/gnu/usr.bin/cc/cc_int/reg-stack.c
@@ -765,7 +765,7 @@ record_asm_reg_life (insn, regstack, operands, constraints,
int *operand_matches = (int *) alloca (n_operands * sizeof (int *));
- enum reg_class *operand_class
+ enum reg_class *operand_class
= (enum reg_class *) alloca (n_operands * sizeof (enum reg_class *));
int reg_used_as_output[FIRST_PSEUDO_REGISTER];
@@ -1257,7 +1257,7 @@ find_blocks (first)
&& SET_DEST (pat) == pc_rtx
&& uses_reg_or_mem (SET_SRC (pat)))
computed_jump = 1;
-
+
if (computed_jump)
{
for (x = label_value_list; x; x = XEXP (x, 1))
@@ -2243,7 +2243,7 @@ subst_asm_stack_regs (insn, regstack, operands, operands_loc, constraints,
rtx body = PATTERN (insn);
int *operand_matches = (int *) alloca (n_operands * sizeof (int *));
- enum reg_class *operand_class
+ enum reg_class *operand_class
= (enum reg_class *) alloca (n_operands * sizeof (enum reg_class *));
rtx *note_reg; /* Array of note contents */