]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* predict.h (IS_TAKEN): Remove.
authorkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2005 06:34:02 +0000 (06:34 +0000)
committerkazu <kazu@138bc75d-0d04-0410-961f-82ee72b054a4>
Sun, 17 Apr 2005 06:34:02 +0000 (06:34 +0000)
* rtl.h (NOTE_PREDICTION): Likewise.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@98258 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/predict.h
gcc/rtl.h

index 30f54cf81ab58d4f0089550699d5220e33440d36..cac14cadd30c9cc573abc73b594ced134efcda90 100644 (file)
@@ -1,3 +1,8 @@
+2005-04-17  Kazu Hirata  <kazu@cs.umass.edu>
+
+       * predict.h (IS_TAKEN): Remove.
+       * rtl.h (NOTE_PREDICTION): Likewise.
+
 2005-04-17  Richard Henderson  <rth@redhat.com>
 
        PR target/20375
index 17c2c948a88ffe2da7cf776a0d22094d9e6a642a..192a3d09f1a895ad204dfd05b59f7bee7072e675 100644 (file)
@@ -36,9 +36,6 @@ enum prediction
    TAKEN
 };
 
-/* Flags for NOTE_PREDICTION */
-#define IS_TAKEN 1             /* Predict edges to the block as taken.  */
-
 extern void predict_insn_def (rtx, enum br_predictor, enum prediction);
 extern int counts_to_freqs (void);
 
index 822e7f724be68630bda2b20c08f3fc1f1448e277..bbbc6cac57298de954931718de45494230a1e5e0 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -761,7 +761,6 @@ extern const char * const reg_note_name[];
 #define NOTE_EH_HANDLER(INSN)  XCINT (INSN, 4, NOTE)
 #define NOTE_BASIC_BLOCK(INSN) XCBBDEF (INSN, 4, NOTE)
 #define NOTE_EXPECTED_VALUE(INSN) XCEXP (INSN, 4, NOTE)
-#define NOTE_PREDICTION(INSN)   XCINT (INSN, 4, NOTE)
 #define NOTE_VAR_LOCATION(INSN)        XCEXP (INSN, 4, NOTE)
 
 /* In a NOTE that is a line number, this is the line number.