aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/i386.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/i386.c b/gcc/config/i386/i386.c
index 4501efb..748dd78 100644
--- a/gcc/config/i386/i386.c
+++ b/gcc/config/i386/i386.c
@@ -9692,7 +9692,7 @@ ix86_expand_prologue (void)
}
else
{
- rtx eax = gen_rtx_REG (Pmode, AX_REG);;
+ rtx eax = gen_rtx_REG (Pmode, AX_REG);
rtx r10 = NULL;
bool eax_live = false;
bool r10_live = false;