Commit 3c1dd4a3 by Kazu Hirata Committed by Kazu Hirata

* rtl.h (NOTE_EXPECTED_VALUE): Remove.

From-SVN: r120169
parent a5573239
2006-12-23 Kazu Hirata <kazu@codesourcery.com>
* rtl.h (NOTE_EXPECTED_VALUE): Remove.
2006-12-23 Jan Hubicka <jh@suse.cz> 2006-12-23 Jan Hubicka <jh@suse.cz>
* toplev.c (dump_memory_report): Break out from... * toplev.c (dump_memory_report): Break out from...
......
...@@ -850,7 +850,6 @@ extern const char * const reg_note_name[]; ...@@ -850,7 +850,6 @@ extern const char * const reg_note_name[];
#define NOTE_BLOCK(INSN) XCTREE (INSN, 4, NOTE) #define NOTE_BLOCK(INSN) XCTREE (INSN, 4, NOTE)
#define NOTE_EH_HANDLER(INSN) XCINT (INSN, 4, NOTE) #define NOTE_EH_HANDLER(INSN) XCINT (INSN, 4, NOTE)
#define NOTE_BASIC_BLOCK(INSN) XCBBDEF (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) #define NOTE_VAR_LOCATION(INSN) XCEXP (INSN, 4, NOTE)
/* In a NOTE that is a line number, this is the line number. /* In a NOTE that is a line number, this is the line number.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment