aboutsummaryrefslogtreecommitdiff
path: root/gcc/cse.c
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/cse.c')
-rw-r--r--gcc/cse.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/cse.c b/gcc/cse.c
index 9422cb9..42b338c 100644
--- a/gcc/cse.c
+++ b/gcc/cse.c
@@ -7404,8 +7404,6 @@ cse_insn (insn, libcall_insn)
it. If it was a computed branch, delete it and re-emit. */
else if (dest == pc_rtx && GET_CODE (src) == LABEL_REF)
{
- rtx p;
-
/* If this is not in the format for a simple branch and
we are the only SET in it, re-emit it. */
if (! simplejump_p (insn) && n_sets == 1)