diff options
Diffstat (limited to 'gcc/fold-const.c')
-rw-r--r-- | gcc/fold-const.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/fold-const.c b/gcc/fold-const.c index 593ea16f8d4..603aff09659 100644 --- a/gcc/fold-const.c +++ b/gcc/fold-const.c @@ -80,10 +80,6 @@ along with GCC; see the file COPYING3. If not see #include "tree-ssanames.h" #include "selftest.h" -#ifndef LOAD_EXTEND_OP -#define LOAD_EXTEND_OP(M) UNKNOWN -#endif - /* Nonzero if we are folding constants inside an initializer; zero otherwise. */ int folding_initializer = 0; |