* rtl.h (NOTE_EXPECTED_VALUE): Remove.

From-SVN: r120169
This commit is contained in:
Kazu Hirata 2006-12-23 16:01:47 +00:00 committed by Kazu Hirata
parent a5573239ec
commit 3c1dd4a384
2 changed files with 4 additions and 1 deletions

View 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...

View File

@ -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.