diff options
Diffstat (limited to 'gcc/config/alpha/alpha.c')
-rw-r--r-- | gcc/config/alpha/alpha.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/alpha/alpha.c b/gcc/config/alpha/alpha.c index 02d3b684ae8..867bb08dd5c 100644 --- a/gcc/config/alpha/alpha.c +++ b/gcc/config/alpha/alpha.c @@ -5449,7 +5449,7 @@ void alpha_initialize_trampoline (rtx tramp, rtx fnaddr, rtx cxt, int fnofs, int cxtofs, int jmpofs) { - rtx temp, temp1, addr; + rtx addr; /* VMS really uses DImode pointers in memory at this point. */ enum machine_mode mode = TARGET_ABI_OPEN_VMS ? Pmode : ptr_mode; |