diff options
author | Nick Clifton <nickc@gcc.gnu.org> | 2009-07-02 07:20:22 +0000 |
---|---|---|
committer | Nick Clifton <nickc@gcc.gnu.org> | 2009-07-02 07:20:22 +0000 |
commit | 3e37f41e5ad844b1a7e5717bd04c93740699e1d7 (patch) | |
tree | a075dd53047b842dccfc1100a5864e26debc703b | |
parent | 2011dbb082aff3399a262ca1bb23958c62fd0656 (diff) | |
download | gcc-3e37f41e5ad844b1a7e5717bd04c93740699e1d7.zip gcc-3e37f41e5ad844b1a7e5717bd04c93740699e1d7.tar.gz gcc-3e37f41e5ad844b1a7e5717bd04c93740699e1d7.tar.bz2 |
remove sanitzation leakage
From-SVN: r149169
-rw-r--r-- | gcc/config/mep/mep.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config/mep/mep.h b/gcc/config/mep/mep.h index 105ec49..7c69a5d 100644 --- a/gcc/config/mep/mep.h +++ b/gcc/config/mep/mep.h @@ -849,9 +849,3 @@ typedef struct The typical use of this macro is to handle addresses containing a label_ref or symbol_ref within an UNSPEC. */ #define FIND_BASE_TERM(X) mep_find_base_term (X) - -/* start-sanitize-never */ - -#define INCLUDE_MEP_EEMBC -#define NO_GCSE_BACK_EDGE_INSERTIONS -/* end-sanitize-never */ |