public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jan Hubicka <hubicka@ucw.cz>
To: Joseph Myers <joseph@codesourcery.com>
Cc: Ramana Radhakrishnan <ramana.gcc@googlemail.com>,
	Christophe Lyon <christophe.lyon@linaro.org>,
	"gcc-patches@gcc.gnu.org" <gcc-patches@gcc.gnu.org>,
	Jakub Jelinek <jakub@redhat.com>, Martin Li?ka <mliska@suse.cz>
Subject: Re: Convert profile probabilities to new type
Date: Sat, 01 Jul 2017 07:29:00 -0000	[thread overview]
Message-ID: <20170701072909.GE68263@kam.mff.cuni.cz> (raw)
In-Reply-To: <alpine.DEB.2.20.1706302304020.5442@digraph.polyomino.org.uk>

Hi,
I have checked in the following fix.

Index: config/pa/pa.c
===================================================================
--- config/pa/pa.c	(revision 249854)
+++ config/pa/pa.c	(working copy)
@@ -10723,7 +10723,8 @@ pa_expand_compare_and_swap_loop (rtx mem
 
   /* Mark this jump predicted not taken.  */
   emit_cmp_and_jump_insns (success, const0_rtx, EQ, const0_rtx,
-                           GET_MODE (success), 1, label, 0);
+                           GET_MODE (success), 1, label,
+			   profile_probability::guessed_never ());
   return true;
 }
 

  reply	other threads:[~2017-07-01  7:29 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-29 12:28 Jan Hubicka
2017-06-29 18:28 ` Christophe Lyon
2017-06-29 22:19   ` Jan Hubicka
2017-06-29 22:22     ` Ramana Radhakrishnan
2017-06-29 22:24       ` Jan Hubicka
2017-06-29 22:29         ` Ramana Radhakrishnan
2017-06-29 22:39           ` Jan Hubicka
2017-06-30 23:06             ` Joseph Myers
2017-07-01  7:29               ` Jan Hubicka [this message]
2017-06-30  6:51 ` [Committed] S/390: Adjust to the recent branch probability changes Andreas Krebbel
2017-06-30  6:53 ` [Committed] profile-count.h: Fix typos and whitespace issues Andreas Krebbel
2017-06-30 16:33 ` Convert profile probabilities to new type Andreas Schwab
2017-06-30 18:28   ` Alexander Monakov
2017-06-30 19:26     ` Jan Hubicka
2017-07-01  7:49     ` Jan Hubicka
2017-07-13 20:39 ` [BUILDROBOT] RISC-V: ‘profile_probability’ has not been declared (was: Convert profile probabilities to new type) Jan-Benedict Glaw
2017-07-13 20:44   ` [BUILDROBOT] RISC-V: ‘profile_probability’ has not been declared Jeff Law
2017-07-13 20:45     ` [BUILDROBOT] RISC-V: ‘profile_probability’ " Palmer Dabbelt
2017-07-13 21:03     ` [BUILDROBOT] RISC-V: ‘profile_probability’ " Jan-Benedict Glaw

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20170701072909.GE68263@kam.mff.cuni.cz \
    --to=hubicka@ucw.cz \
    --cc=christophe.lyon@linaro.org \
    --cc=gcc-patches@gcc.gnu.org \
    --cc=jakub@redhat.com \
    --cc=joseph@codesourcery.com \
    --cc=mliska@suse.cz \
    --cc=ramana.gcc@googlemail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).