mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-03-19 05:20:25 +08:00
ifcvt.c (cond_exec_find_if_block): Return FALSE if no transformations are applied successfully.
* ifcvt.c (cond_exec_find_if_block): Return FALSE if no transformations are applied successfully. From-SVN: r123289
This commit is contained in:
parent
ee753a0ab1
commit
96647293f6
@ -1,3 +1,8 @@
|
||||
2007-03-28 Steven Bosscher <steven@gcc.gnu.org>
|
||||
|
||||
* ifcvt.c (cond_exec_find_if_block): Return FALSE if no
|
||||
transformations are applied successfully.
|
||||
|
||||
2007-03-27 Douglas Gregor <doug.gregor@gmail.com>
|
||||
|
||||
* tree.c (tree_contains_struct): Permit 512 tree codes.
|
||||
|
@ -3236,6 +3236,8 @@ cond_exec_find_if_block (struct ce_if_block * ce_info)
|
||||
if (cond_exec_process_if_block (ce_info, FALSE))
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
return FALSE;
|
||||
}
|
||||
|
||||
/* Convert a branch over a trap, or a branch
|
||||
|
Loading…
x
Reference in New Issue
Block a user