diff options
Diffstat (limited to 'gcc/optabs.h')
-rw-r--r-- | gcc/optabs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gcc/optabs.h b/gcc/optabs.h index 982a593..bfb33ef 100644 --- a/gcc/optabs.h +++ b/gcc/optabs.h @@ -566,4 +566,6 @@ extern bool get_best_mem_extraction_insn (extraction_insn *, extern bool lshift_cheap_p (bool); +extern enum rtx_code get_rtx_code (enum tree_code tcode, bool unsignedp); + #endif /* GCC_OPTABS_H */ |