ipa-cp.c: New file.
authorRazya Ladelsky <razya@gcc.gnu.org>
Mon, 1 Aug 2005 07:26:30 +0000 (07:26 +0000)
committerRazya Ladelsky <razya@gcc.gnu.org>
Mon, 1 Aug 2005 07:26:30 +0000 (07:26 +0000)
commit518dc85936a6b0706be276e004c0d556bca3ef83
tree66b9768fe0dd90a22c39e11c0cfc926ed3a4e804
parentee2242a25a2ff4babe1995c94aef0606d4244dcb
ipa-cp.c: New file.

* ipa-cp.c: New file. Contains IPCP specific functionality.
* ipa-prop.h: New file. Contains structures/definitions that can be
used by several interprocedural data flow optimizations (and also IPCP).
* ipa-prop.c: New file.

From-SVN: r102624
gcc/ipa-cp.c [new file with mode: 0644]
gcc/ipa-prop.c [new file with mode: 0644]
gcc/ipa-prop.h [new file with mode: 0644]