Commit 1cd8eab1 by Kai Tietz

Restore old state for accidentially escaped local change.

From-SVN: r171891
parent b4ddcaee
......@@ -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);
}
}
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