]> git.ipfire.org Git - thirdparty/gcc.git/blobdiff - gcc/rtl.h
IA-64 ABI Exception Handling.
[thirdparty/gcc.git] / gcc / rtl.h
index a15fda29e55a8c33598a9876f9b7ac0c8d49720f..dbadd70f9583505e839bbcd71e8b22e00a6a2ab6 100644 (file)
--- a/gcc/rtl.h
+++ b/gcc/rtl.h
@@ -924,10 +924,6 @@ extern const char * const note_insn_name[NOTE_INSN_MAX - NOTE_INSN_BIAS];
 /* Flag in a SYMBOL_REF for machine-specific purposes.  */
 #define SYMBOL_REF_FLAG(RTX) ((RTX)->volatil)
 
-/* 1 in a SYMBOL_REF if it represents a symbol which might have to change
-   if its inlined or unrolled. */
-#define SYMBOL_REF_NEED_ADJUST(RTX)  ((RTX)->in_struct)
-
 /* 1 means a SYMBOL_REF has been the library function in emit_library_call.  */
 #define SYMBOL_REF_USED(RTX) ((RTX)->used)