i386.c (parse_mtune_ctrl_str): Start diagnostics with lower case letter.

* config/i386/i386.c (parse_mtune_ctrl_str): Start diagnostics
	with lower case letter.

From-SVN: r254970
This commit is contained in:
Jakub Jelinek 2017-11-20 22:03:47 +01:00 committed by Jakub Jelinek
parent 121075d760
commit 49e68526ab
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2017-11-20 Jakub Jelinek <jakub@redhat.com>
* config/i386/i386.c (parse_mtune_ctrl_str): Start diagnostics
with lower case letter.
2017-11-20 Uros Bizjak <ubizjak@gmail.com>
* config/i386/i386.md (bswaphi2): New expander.

View file

@ -3280,7 +3280,7 @@ parse_mtune_ctrl_str (bool dump)
}
}
if (i == X86_TUNE_LAST)
error ("Unknown parameter to option -mtune-ctrl: %s",
error ("unknown parameter to option -mtune-ctrl: %s",
clear ? curr_feature_string - 1 : curr_feature_string);
curr_feature_string = next_feature_string;
}