Commit 323eb089 by Jan Hubicka Committed by Jan Hubicka

* gimple.h (gimple_check_failed): Mark cold.

From-SVN: r249055
parent 225ab2b0
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 { \
......
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