Commit 63f1c699 by Jan Hubicka Committed by Jan Hubicka

* tree.h (tree_range_check_failed): Declare noreturn.

From-SVN: r160081
parent c54c785d
2010-05-31 Jan Hubicka <jh@suse.cz>
* tree.h (tree_range_check_failed): Declare noreturn.
2010-05-31 Jan Hubicka <jh@suse.cz>
* gimple.c (gimple_call_builtin_p): New function.
* gimple.h (gimple_call_builtin_p): Declare.
* tree-cfg.c (make_edges): Produce edge from BUILT_IN_RETURN
......
......@@ -885,7 +885,8 @@ extern void tree_class_check_failed (const_tree, const enum tree_code_class,
ATTRIBUTE_NORETURN;
extern void tree_range_check_failed (const_tree, const char *, int,
const char *, enum tree_code,
enum tree_code);
enum tree_code)
ATTRIBUTE_NORETURN;
extern void tree_not_class_check_failed (const_tree,
const enum tree_code_class,
const char *, int, const char *)
......
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