aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.h
diff options
context:
space:
mode:
authorZack Weinberg <zackw@stanford.edu>2001-04-04 16:15:24 +0000
committerZack Weinberg <zack@gcc.gnu.org>2001-04-04 16:15:24 +0000
commitc3fa1afd756b3edc145bb686588fe41ee37e0006 (patch)
treea9124c660f2c44a71ef0fc22fff9ddb2ee4758a3 /gcc/expr.h
parent79ba58ef680bf23f7ae886be3259e0cead8ecd21 (diff)
downloadgcc-c3fa1afd756b3edc145bb686588fe41ee37e0006.zip
gcc-c3fa1afd756b3edc145bb686588fe41ee37e0006.tar.gz
gcc-c3fa1afd756b3edc145bb686588fe41ee37e0006.tar.bz2
expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic.
* expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic. * config/romp/xm-romp.h: Delete. * po/POTFILES.in: Remove config/romp/xm-romp.h. From-SVN: r41086
Diffstat (limited to 'gcc/expr.h')
-rw-r--r--gcc/expr.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/gcc/expr.h b/gcc/expr.h
index 8d88301..1f107d9 100644
--- a/gcc/expr.h
+++ b/gcc/expr.h
@@ -279,16 +279,7 @@ typedef struct optab
/* Given an enum insn_code, access the function to construct
the body of that kind of insn. */
-#ifdef FUNCTION_CONVERSION_BUG
-/* Some compilers fail to convert a function properly to a
- pointer-to-function when used as an argument.
- So produce the pointer-to-function directly.
- Luckily, these compilers seem to work properly when you
- call the pointer-to-function. */
-#define GEN_FCN(CODE) (insn_data[(int) (CODE)].genfun)
-#else
#define GEN_FCN(CODE) (*insn_data[(int) (CODE)].genfun)
-#endif
/* Enumeration of valid indexes into optab_table. */
enum optab_index