2017-06-22 Martin Liska <mliska@suse.cz>
Backport from mainline
2017-05-30 Martin Liska <mliska@suse.cz>
PR other/80909
* auto-profile.c (get_function_decl_from_block): Fix
parenthesis.
From-SVN: r249537
+2017-06-22 Martin Liska <mliska@suse.cz>
+
+ Backport from mainline
+ 2017-05-30 Martin Liska <mliska@suse.cz>
+
+ PR other/80909
+ * auto-profile.c (get_function_decl_from_block): Fix
+ parenthesis.
+
2017-06-22 Martin Liska <mliska@suse.cz>
Backport from mainline
{
tree decl;
- if (LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (block) == UNKNOWN_LOCATION))
+ if (LOCATION_LOCUS (BLOCK_SOURCE_LOCATION (block)) == UNKNOWN_LOCATION)
return NULL_TREE;
for (decl = BLOCK_ABSTRACT_ORIGIN (block);