Remove strayed semicolon.
From-SVN: r164492
This commit is contained in:
parent
c0c24aa470
commit
7df82166ce
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user