diff options
author | Richard Henderson <rth@redhat.com> | 2012-07-24 15:25:18 -0700 |
---|---|---|
committer | Richard Henderson <rth@gcc.gnu.org> | 2012-07-24 15:25:18 -0700 |
commit | 5e4aec98743d2122b089a926a74549780d3aee53 (patch) | |
tree | 234bcc9dca69c1a00033bcd6ee200229f06782e4 /gcc/config/cris | |
parent | d8dd6fae2b39da0324e27b7b2c608058ac89bbab (diff) | |
download | gcc-5e4aec98743d2122b089a926a74549780d3aee53.zip gcc-5e4aec98743d2122b089a926a74549780d3aee53.tar.gz gcc-5e4aec98743d2122b089a926a74549780d3aee53.tar.bz2 |
Purge FIXUNS_TRUNC_LIKE_FIX_TRUNC
From-SVN: r189826
Diffstat (limited to 'gcc/config/cris')
-rw-r--r-- | gcc/config/cris/cris.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index 0ed4ced..646ba90 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -1055,8 +1055,6 @@ enum cris_pic_symbol_type /* FIXME: Investigate CASE_VECTOR_SHORTEN_MODE to make sure HImode is not used when broken-.word could possibly fail (plus testcase). */ -#define FIXUNS_TRUNC_LIKE_FIX_TRUNC - /* This is the number of bytes that can be moved in one reasonably fast instruction sequence. For CRIS, this is two instructions: mem => reg, reg => mem. */ |