From 61b01243ddfd3123722b4032502c7caa35149d9f Mon Sep 17 00:00:00 2001 From: Richard Stallman Date: Tue, 30 Jun 1992 00:40:57 +0000 Subject: [PATCH] *** empty log message *** From-SVN: r1348 --- gcc/regclass.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/gcc/regclass.c b/gcc/regclass.c index 4a1701ff9a0..fcc50c8676f 100644 --- a/gcc/regclass.c +++ b/gcc/regclass.c @@ -601,7 +601,10 @@ regclass (f, nregs) insn); /* If this insn was the start of a basic block, - include the new insn in that block. */ + include the new insn in that block. + We need not check for code_label here; + while a basic block can start with a code_label, + INSN could not be at the beginning of that block. */ if (previnsn == 0 || GET_CODE (previnsn) == JUMP_INSN) { int b; -- 2.30.2