Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(893)

Unified Diff: gcc/gcc/predict.def

Issue 3050029: [gcc] GCC 4.5.0=>4.5.1 (Closed) Base URL: ssh://git@gitrw.chromium.org:9222/nacl-toolchain.git
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/gcc/postreload-gcse.c ('k') | gcc/gcc/pretty-print.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/gcc/predict.def
diff --git a/gcc/gcc/predict.def b/gcc/gcc/predict.def
index 3ac129ea70b39091e62a064e0856a001353e19b5..4b3e87aa568cbf5b48a3426d6d32ba93d28a92ad 100644
--- a/gcc/gcc/predict.def
+++ b/gcc/gcc/predict.def
@@ -32,7 +32,7 @@ along with GCC; see the file COPYING3. If not see
HITRATE is the probability that edge predicted by predictor as taken
will be really taken (so it should be always above
REG_BR_PROB_BASE / 2). */
-
+
/* A value used as final outcome of all heuristics. */
DEF_PREDICTOR (PRED_COMBINED, "combined", PROB_ALWAYS, 0)
« no previous file with comments | « gcc/gcc/postreload-gcse.c ('k') | gcc/gcc/pretty-print.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698