aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.4.3/gcc/rtl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-4.4.3/gcc/rtl.h')
-rw-r--r--gcc-4.4.3/gcc/rtl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gcc-4.4.3/gcc/rtl.h b/gcc-4.4.3/gcc/rtl.h
index 36bc50a06..139889954 100644
--- a/gcc-4.4.3/gcc/rtl.h
+++ b/gcc-4.4.3/gcc/rtl.h
@@ -998,6 +998,7 @@ enum label_kind
be used on RHS. Use SET_REGNO to change the value. */
#define REGNO(RTX) (rhs_regno(RTX))
#define SET_REGNO(RTX,N) (df_ref_change_reg_with_loc (REGNO(RTX), N, RTX), XCUINT (RTX, 0, REG) = N)
+#define SET_REGNO_RAW(RTX,N) (XCUINT (RTX, 0, REG) = N)
/* ORIGINAL_REGNO holds the number the register originally had; for a
pseudo register turned into a hard reg this will hold the old pseudo