On 11/07/2015 01:22 PM, Richard Sandiford wrote:
I'm working on a patch series that needs to be able to treat built-in functions and internal functions in a similar way. This patch adds a new enum, combined_fn, that combines the two together. It also adds utility functions for seeing which combined_fn (if any) is called by a given CALL_EXPR or gcall. Tested on x86_64-linux-gnu, aarch64-linux-gnu and arm-linux-gnueabi. OK to install?
I see it's already acked, but have you considered just doing away with the builtin/internal function distinction?
Bernd