summaryrefslogtreecommitdiffstats
path: root/gcc/ch/ch-tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'gcc/ch/ch-tree.h')
-rw-r--r--gcc/ch/ch-tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/ch/ch-tree.h b/gcc/ch/ch-tree.h
index 6e3008c40a9..3aa74155421 100644
--- a/gcc/ch/ch-tree.h
+++ b/gcc/ch/ch-tree.h
@@ -88,7 +88,7 @@ extern int action_nesting_level;
#define ELSE_VARIANT_NAME ridpointers[(int) RID_ELSE]
/* For a LABEL_DECL: action_nesting_level of its target. */
-#define DECL_ACTION_NESTING_LEVEL(NODE) ((NODE)->decl.saved_insns.i)
+#define DECL_ACTION_NESTING_LEVEL(NODE) ((NODE)->decl.u2.i)
#define DECL_OLD_PREFIX(DECL) ((DECL)->decl.initial)
#define DECL_NEW_PREFIX(DECL) ((DECL)->decl.result)
OpenPOWER on IntegriCloud