Restore old state for accidentially escaped local change.
From-SVN: r171891
This commit is contained in:
parent
b4ddcaeeaa
commit
1cd8eab12b
1 changed files with 1 additions and 3 deletions
|
@ -7486,9 +7486,7 @@ ix86_function_arg_boundary (enum machine_mode mode, const_tree type)
|
|||
inform (input_location,
|
||||
"The ABI for passing parameters with %d-byte"
|
||||
" alignment has changed in GCC 4.6 (mode:%u, %d saved",
|
||||
align / BITS_PER_UNIT,
|
||||
ix86_compat_function_arg_boundary (mode, type, saved_align),
|
||||
mode, saved_align);
|
||||
align / BITS_PER_UNIT);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue