projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a70c902
)
re PR tree-optimization/21272 (SSA_NAME def follows use with -ftree-vectorize)
author
Andrew Pinski
<pinskia@gcc.gnu.org>
Fri, 29 Apr 2005 18:50:57 +0000
(11:50 -0700)
committer
Andrew Pinski
<pinskia@gcc.gnu.org>
Fri, 29 Apr 2005 18:50:57 +0000
(11:50 -0700)
2005-04-29 Devang Patel <dpatel@apple.com>
PR tree-optimization/21272
PR tree-optimization/21266
* tree-if-conv.c (find_phi_replacement_condition): Fix think-o.
From-SVN: r99013
gcc/ChangeLog
patch
|
blob
|
history
diff --git
a/gcc/ChangeLog
b/gcc/ChangeLog
index b95a20a1be16b21116e8bd4258dfa5540d4739d6..14e936983c2060fd6df0e087427f9f00e038671d 100644
(file)
--- a/
gcc/ChangeLog
+++ b/
gcc/ChangeLog
@@
-17,6
+17,7
@@
2005-04-29 Devang Patel <dpatel@apple.com>
PR tree-optimization/21272
+ PR tree-optimization/21266
* tree-if-conv.c (find_phi_replacement_condition): Fix think-o.
2005-04-29 Kazu Hirata <kazu@cs.umass.edu>