rtl.h (NOTE_PREDICTION_ALG, [...]): Remove.
authorKazu Hirata <kazu@cs.umass.edu>
Wed, 13 Apr 2005 15:11:25 +0000 (15:11 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Wed, 13 Apr 2005 15:11:25 +0000 (15:11 +0000)
* rtl.h (NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS,
NOTE_PREDICT): Remove.

From-SVN: r98088

gcc/ChangeLog
gcc/rtl.h

index 32f79fa45c87dca0878c458d8c257ccfdb422fe9..4da851e1853dba01a720f1b8dfd9a8e10a2f19a3 100644 (file)
@@ -8,6 +8,9 @@
 
        * rtl.h (RTX_EXPR_FIRST, RTX_EXPR_LAST): Remove.
 
+       * rtl.h (NOTE_PREDICTION_ALG, NOTE_PREDICTION_FLAGS,
+       NOTE_PREDICT): Remove.
+
 2005-04-13  Eric Botcazou  <ebotcazou@libertysurf.fr>
 
        * configure.ac (gcc_AC_CHECK_DECLS): Add vsnprintf.
index 6c25944d5386eeb6d5ce6d7fdc41b79d9e27c62b..822e7f724be68630bda2b20c08f3fc1f1448e277 100644 (file)
--- 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))