Commit 69abac81 by Hans-Peter Nilsson Committed by Hans-Peter Nilsson

opts.c (decode_options): Add missing parameter to inform call.

	* opts.c (decode_options) [!IRA_COVER_CLASSES]: Add missing
	parameter to inform call.

From-SVN: r139601
parent 5d2b84f8
2008-08-26 Hans-Peter Nilsson <hp@axis.com>
* opts.c (decode_options) [!IRA_COVER_CLASSES]: Add missing
parameter to inform call.
2008-08-26 Jeff Law <law@redhat.com>
* mn10300.md (movqi, movhi): Split i->d*a case into two cases to
......
......@@ -1127,7 +1127,7 @@ decode_options (unsigned int argc, const char **argv)
#ifndef IRA_COVER_CLASSES
if (flag_ira)
{
inform ("-fira does not work on this architecture");
inform (input_location, "-fira does not work on this architecture");
flag_ira = 0;
}
#endif
......
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