* gimple.h (gimple_check_failed): Mark cold.
From-SVN: r249055
This commit is contained in:
parent
225ab2b07b
commit
323eb0898c
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
2017-06-09 Jan Hubicka <hubicka@ucw.cz>
|
||||
|
||||
* gimple.h (gimple_check_failed): Mark cold.
|
||||
|
||||
2017-06-09 Richard Biener <rguenther@suse.de>
|
||||
|
||||
PR tree-optimization/66623
|
||||
|
|
|
@ -46,7 +46,8 @@ template<typename T> struct remove_pointer<T *> { typedef T type; };
|
|||
#define gcc_gimple_checking_assert(EXPR) gcc_assert (EXPR)
|
||||
extern void gimple_check_failed (const gimple *, const char *, int, \
|
||||
const char *, enum gimple_code, \
|
||||
enum tree_code) ATTRIBUTE_NORETURN;
|
||||
enum tree_code) ATTRIBUTE_NORETURN \
|
||||
ATTRIBUTE_COLD;
|
||||
|
||||
#define GIMPLE_CHECK(GS, CODE) \
|
||||
do { \
|
||||
|
|
Loading…
Add table
Reference in a new issue