diff mbox

[190/236] Remove insn_addresses_new from 'various scheduling strengthenings'

Message ID 1407345815-14551-191-git-send-email-dmalcolm@redhat.com
State New
Headers show

Commit Message

David Malcolm Aug. 6, 2014, 5:22 p.m. UTC
---
 gcc/insn-addr.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

David Malcolm Aug. 13, 2014, 7:32 p.m. UTC | #1
On Wed, 2014-08-06 at 13:22 -0400, David Malcolm wrote:
> ---
>  gcc/insn-addr.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/gcc/insn-addr.h b/gcc/insn-addr.h
> index e255ac4..aec09fd 100644
> --- a/gcc/insn-addr.h
> +++ b/gcc/insn-addr.h
> @@ -38,7 +38,7 @@ extern int insn_current_address;
>  #define INSN_ADDRESSES_SIZE() (insn_addresses_.length ())
>  
>  static inline void
> -insn_addresses_new (rtx_insn *insn, int insn_addr)
> +insn_addresses_new (rtx insn, int insn_addr)
>  {
>    unsigned insn_uid = INSN_UID ((insn));

Oops; this one undoes part of patch 189.  I think I meant to squash
these two together, since without 190, 189 breaks the build on s390 in a
few places.
Jeff Law Aug. 13, 2014, 8:24 p.m. UTC | #2
On 08/13/14 13:32, David Malcolm wrote:
> On Wed, 2014-08-06 at 13:22 -0400, David Malcolm wrote:
>> ---
>>   gcc/insn-addr.h | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/gcc/insn-addr.h b/gcc/insn-addr.h
>> index e255ac4..aec09fd 100644
>> --- a/gcc/insn-addr.h
>> +++ b/gcc/insn-addr.h
>> @@ -38,7 +38,7 @@ extern int insn_current_address;
>>   #define INSN_ADDRESSES_SIZE() (insn_addresses_.length ())
>>
>>   static inline void
>> -insn_addresses_new (rtx_insn *insn, int insn_addr)
>> +insn_addresses_new (rtx insn, int insn_addr)
>>   {
>>     unsigned insn_uid = INSN_UID ((insn));
>
> Oops; this one undoes part of patch 189.  I think I meant to squash
> these two together, since without 190, 189 breaks the build on s390 in a
> few places.
NP.    Track that however you want.  No need to repost everything right 
now.  Though I do request that you post final versions for archival 
purposes.

Jeff
diff mbox

Patch

diff --git a/gcc/insn-addr.h b/gcc/insn-addr.h
index e255ac4..aec09fd 100644
--- a/gcc/insn-addr.h
+++ b/gcc/insn-addr.h
@@ -38,7 +38,7 @@  extern int insn_current_address;
 #define INSN_ADDRESSES_SIZE() (insn_addresses_.length ())
 
 static inline void
-insn_addresses_new (rtx_insn *insn, int insn_addr)
+insn_addresses_new (rtx insn, int insn_addr)
 {
   unsigned insn_uid = INSN_UID ((insn));