aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
diff options
context:
space:
mode:
authorPaul Brook <paul@codesourcery.com>2006-06-06 02:01:12 +0000
committerPaul Brook <paul@codesourcery.com>2006-06-06 02:01:12 +0000
commitf9bbb7008bbc97d3bdb7d18ad6f6f321557b5aac (patch)
tree8a6ba517141746e5e04e5a07fa22d08d542f9d97 /gcc/tree.h
parente77e490a1b9d366d91b3e2fbdbc30dc5ae412b9a (diff)
git-svn-id: https://gcc.gnu.org/svn/gcc/branches/csl/arm-4_1@114421 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/tree.h')
-rw-r--r--gcc/tree.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/tree.h b/gcc/tree.h
index 98aca7f1851..cb0638d47d7 100644
--- a/gcc/tree.h
+++ b/gcc/tree.h
@@ -3794,6 +3794,10 @@ extern void using_eh_for_cleanups (void);
/* In fold-const.c */
+/* Non-zero if we are folding constants inside an initializer; zero
+ otherwise. */
+extern int folding_initializer;
+
/* Fold constants as much as possible in an expression.
Returns the simplified expression.
Acts only on the top level of the expression;