tree-flow-inline.h (phi_nodes): Remove an unnecessary check for ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR.
* tree-flow-inline.h (phi_nodes): Remove an unnecessary check for ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR. From-SVN: r88714
This commit is contained in:
parent
3febde356c
commit
d7d086f086
2 changed files with 5 additions and 2 deletions
|
@ -1,3 +1,8 @@
|
|||
2004-10-07 Kazu Hirata <kazu@cs.umass.edu>
|
||||
|
||||
* tree-flow-inline.h (phi_nodes): Remove an unnecessary check
|
||||
for ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR.
|
||||
|
||||
2004-10-07 Geoffrey Keating <geoffk@apple.com>
|
||||
|
||||
Radar 3813796
|
||||
|
|
|
@ -363,8 +363,6 @@ bb_ann (basic_block bb)
|
|||
static inline tree
|
||||
phi_nodes (basic_block bb)
|
||||
{
|
||||
if (bb->index < 0)
|
||||
return NULL;
|
||||
return bb_ann (bb)->phi_nodes;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue