* config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.

From-SVN: r234083
This commit is contained in:
Nathan Sidwell 2016-03-09 13:33:03 +00:00 committed by Nathan Sidwell
parent 5828a50193
commit 8e80c4d476
2 changed files with 4 additions and 5 deletions

View file

@ -1,3 +1,7 @@
2016-03-09 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.c (nvptx_option_override): Don't kill debug level.
2016-03-09 Venkataramanan Kumar <venkataramanan.kumar@amd.com>
* config/i386/i386.c (processor_target_table): Fix cost table

View file

@ -164,11 +164,6 @@ nvptx_option_override (void)
/* The stabs testcases want to know stabs isn't supported. */
sorry ("stabs debug format not supported");
/* Actually we don't have any debug format, but don't be
unneccesarily noisy. */
write_symbols = NO_DEBUG;
debug_info_level = DINFO_LEVEL_NONE;
if (nvptx_optimize < 0)
nvptx_optimize = optimize > 0;