Commit 7df82166 by Kai Tietz

Remove strayed semicolon.

From-SVN: r164492
parent c0c24aa4
...@@ -9692,7 +9692,7 @@ ix86_expand_prologue (void) ...@@ -9692,7 +9692,7 @@ ix86_expand_prologue (void)
} }
else else
{ {
rtx eax = gen_rtx_REG (Pmode, AX_REG);; rtx eax = gen_rtx_REG (Pmode, AX_REG);
rtx r10 = NULL; rtx r10 = NULL;
bool eax_live = false; bool eax_live = false;
bool r10_live = false; bool r10_live = false;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment