Remove strayed semicolon.

From-SVN: r164492
This commit is contained in:
Kai Tietz 2010-09-21 21:03:11 +02:00
parent c0c24aa470
commit 7df82166ce

View File

@ -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;