ipa-cp.c (ipcp_store_bits_results): Change option name from -fipa-cp-bit to -fipa-bit-cp.
2016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org> * ipa-cp.c (ipcp_store_bits_results): Change option name from -fipa-cp-bit to -fipa-bit-cp. From-SVN: r239954
This commit is contained in:
parent
05a647564a
commit
15bbb5cc97
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
2016-09-02 Prathamesh Kulkarni <prathamesh.kulkarni@linaro.org>
|
||||
|
||||
* ipa-cp.c (ipcp_store_bits_results): Change option name from
|
||||
-fipa-cp-bit to -fipa-bit-cp.
|
||||
|
||||
2016-09-01 Martin Sebor <msebor@redhat.com>
|
||||
|
||||
PR tree-optimization/71831
|
||||
|
|
|
@ -4917,7 +4917,7 @@ ipcp_store_bits_results (void)
|
|||
{
|
||||
if (dump_file)
|
||||
fprintf (dump_file, "Not considering %s for ipa bitwise propagation "
|
||||
"; -fipa-cp-bit: disabled.\n",
|
||||
"; -fipa-bit-cp: disabled.\n",
|
||||
node->name ());
|
||||
continue;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue