Commit 3806400d by Richard Sandiford Committed by Richard Sandiford

* toplev.c (process_options): Fix typo.

From-SVN: r86961
parent 27cfe310
2004-09-02 Richard Sandiford <rsandifo@redhat.com>
* toplev.c (process_options): Fix typo.
2004-09-01 Richard Henderson <rth@redhat.com>
PR middle-end/17258
......
......@@ -1912,7 +1912,7 @@ process_options (void)
if (flag_speculative_prefetching)
{
if (flag_speculative_prefetching_set)
WARNIng ("-fspeculative-prefetching not supported for this target");
warning ("-fspeculative-prefetching not supported for this target");
flag_speculative_prefetching = 0;
}
#else
......
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