i386.c (ix86_va_start): Remove extraneous blank line.
* config/i386/i386.c (ix86_va_start): Remove extraneous blank line. From-SVN: r165900
This commit is contained in:
parent
68478bb473
commit
40d398e057
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2010-10-24 Ian Lance Taylor <iant@google.com>
|
||||
|
||||
* config/i386/i386.c (ix86_va_start): Remove extraneous blank
|
||||
line.
|
||||
|
||||
2010-10-24 Eric Botcazou <ebotcazou@adacore.com>
|
||||
|
||||
* cfglayout.c (fixup_reorder_chain): When ensuring that there is at
|
||||
|
|
|
@ -7219,7 +7219,6 @@ ix86_va_start (tree valist, rtx nextarg)
|
|||
tree f_gpr, f_fpr, f_ovf, f_sav;
|
||||
tree gpr, fpr, ovf, sav, t;
|
||||
tree type;
|
||||
|
||||
rtx ovf_rtx;
|
||||
|
||||
if (flag_split_stack
|
||||
|
|
Loading…
Add table
Reference in a new issue