diff options
author | Ben Elliston <bje@au.ibm.com> | 2008-04-01 20:25:23 +0000 |
---|---|---|
committer | Ben Elliston <bje@gcc.gnu.org> | 2008-04-02 07:25:23 +1100 |
commit | 9e9b53411e671de84ff27b5ff6062bf80d0bea56 (patch) | |
tree | 9c1e631a12ee58c2721c52c31ecdb4e1a9352bcc /gcc/config/v850 | |
parent | 380edc9fafa5b2e2e7f688b8a2f846a9413c8160 (diff) | |
download | gcc-9e9b53411e671de84ff27b5ff6062bf80d0bea56.zip gcc-9e9b53411e671de84ff27b5ff6062bf80d0bea56.tar.gz gcc-9e9b53411e671de84ff27b5ff6062bf80d0bea56.tar.bz2 |
v850.md (casesi): Remove if (0) code.
* config/v850/v850.md (casesi): Remove if (0) code.
* config/i386/uwin.h (ASM_DECLARE_FUNCTION_NAME): Likewise.
* config/alpha/alpha.c (alpha_initialize_trampoline): Likewise.
From-SVN: r133799
Diffstat (limited to 'gcc/config/v850')
-rw-r--r-- | gcc/config/v850/v850.md | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/gcc/config/v850/v850.md b/gcc/config/v850/v850.md index 0f776c8..504a748 100644 --- a/gcc/config/v850/v850.md +++ b/gcc/config/v850/v850.md @@ -1250,14 +1250,6 @@ /* Branch to the default label if out of range of the table. */ emit_jump_insn (gen_bgtu (operands[4])); - /* Disabled because the switch pattern is not being recognized - properly at the moment. eg. compiling vfscanf.c in newlib. */ - if (0 && ! TARGET_BIG_SWITCH && TARGET_V850E) - { - emit_jump_insn (gen_switch (reg, operands[3])); - DONE; - } - /* Shift index for the table array access. */ emit_insn (gen_ashlsi3 (reg, reg, GEN_INT (TARGET_BIG_SWITCH ? 2 : 1))); /* Load the table address into a pseudo. */ |