opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_* handling.
2010-09-02 Andi Kleen <ak@linux.intel.com> * opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_* handling. From-SVN: r163759
This commit is contained in:
parent
e4a707c492
commit
e10909ceaf
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-09-02 Andi Kleen <ak@linux.intel.com>
|
||||
|
||||
* opts.c (common_handle_option): Fix OPT_fwhopr/fwhopr_ handling.
|
||||
|
||||
2010-09-02 Ira Rosen <irar@il.ibm.com>
|
||||
|
||||
* tree-vectorizer.h (get_later_stmt): New function.
|
||||
|
|
|
@ -2088,10 +2088,14 @@ common_handle_option (const struct cl_decoded_option *decoded,
|
|||
global_dc->pedantic_errors = 1;
|
||||
break;
|
||||
|
||||
case OPT_fwhopr:
|
||||
case OPT_fwhopr_:
|
||||
flag_whopr = arg;
|
||||
break;
|
||||
|
||||
case OPT_fwhopr:
|
||||
flag_whopr = "";
|
||||
break;
|
||||
|
||||
case OPT_w:
|
||||
global_dc->inhibit_warnings = true;
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue