aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2005-04-13 15:11:25 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2005-04-13 15:11:25 +0000
commit2c43a1491ea2aa3d42c4b90f67dd3c1aa2a3f490 (patch)
tree855710bba5c0a14de810e3b6424e84c5cc627c6d /gcc/rtl.h
parent978fb452a778a8fb7fa85c0ea46cc8d30a7bee06 (diff)
downloadgcc-2c43a1491ea2aa3d42c4b90f67dd3c1aa2a3f490.zip
gcc-2c43a1491ea2aa3d42c4b90f67dd3c1aa2a3f490.tar.gz
gcc-2c43a1491ea2aa3d42c4b90f67dd3c1aa2a3f490.tar.bz2
rtl.h (NOTE_PREDICTION_ALG, [...]): Remove.
* rtl.h (NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS, NOTE_PREDICT): Remove. From-SVN: r98088
Diffstat (limited to 'gcc/rtl.h')
-rw-r--r--gcc/rtl.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gcc/rtl.h b/gcc/rtl.h
index 6c25944..822e7f7 100644
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -773,11 +773,6 @@ extern const char * const reg_note_name[];
(GET_CODE (INSN) == NOTE \
&& NOTE_LINE_NUMBER (INSN) == NOTE_INSN_BASIC_BLOCK)
-/* Algorithm and flags for prediction. */
-#define NOTE_PREDICTION_ALG(INSN) (XCINT(INSN, 4, NOTE)>>8)
-#define NOTE_PREDICTION_FLAGS(INSN) (XCINT(INSN, 4, NOTE)&0xff)
-#define NOTE_PREDICT(ALG,FLAGS) ((ALG<<8)+(FLAGS))
-
/* Variable declaration and the location of a variable. */
#define NOTE_VAR_LOCATION_DECL(INSN) (XCTREE (XCEXP (INSN, 4, NOTE), \
0, VAR_LOCATION))