forked from gcc-mirror/gcc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* cfgrtl.c (emit_insn_at_entry): Use gcc_assert, not abort.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@116969 138bc75d-0d04-0410-961f-82ee72b054a4
- Loading branch information
bernds
committed
Sep 15, 2006
1 parent
aa02fa1
commit 1db6114
Showing
2 changed files
with
3 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,6 +9,8 @@ | |
* rtl.h (emit_insn_at_entry): Declare it. | ||
* integrate.c (emit_initial_value_sets): Use it. | ||
|
||
* cfgrtl.c (emit_insn_at_entry): Use gcc_assert, not abort. | ||
|
||
2006-09-15 Kazu Hirata <[email protected]> | ||
|
||
* doc/tm.texi (TARGET_FUNCTION_VALUE): Put @deftypefn all in | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters