* rtl.h (NOTE_EXPECTED_VALUE): Remove.
authorKazu Hirata <kazu@codesourcery.com>
Sat, 23 Dec 2006 16:01:47 +0000 (16:01 +0000)
committerKazu Hirata <kazu@gcc.gnu.org>
Sat, 23 Dec 2006 16:01:47 +0000 (16:01 +0000)
From-SVN: r120169

gcc/ChangeLog
gcc/rtl.h

index 6f49f86..56ca96d 100644 (file)
@@ -1,3 +1,7 @@
+2006-12-23  Kazu Hirata  <kazu@codesourcery.com>
+
+       * rtl.h (NOTE_EXPECTED_VALUE): Remove.
+
 2006-12-23  Jan Hubicka  <jh@suse.cz>
 
        * toplev.c (dump_memory_report): Break out from...
index 16de3bb..51933e2 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -850,7 +850,6 @@ extern const char * const reg_note_name[];
 #define NOTE_BLOCK(INSN)       XCTREE (INSN, 4, NOTE)
 #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_VAR_LOCATION(INSN)        XCEXP (INSN, 4, NOTE)
 
 /* In a NOTE that is a line number, this is the line number.