Use combined_fn in tree-vrp.c
authorRichard Sandiford <richard.sandiford@arm.com>
Tue, 17 Nov 2015 18:44:22 +0000 (18:44 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Tue, 17 Nov 2015 18:44:22 +0000 (18:44 +0000)
commit9c0a9e1277571a16e711d5a60ed11713d9109b98
tree6c5c67fa68dcc5761a6262f0433d40f9a68daa8d
parent1d9da71f4f1dcad2a5e2bd3a3e9fac6012a6049b
Use combined_fn in tree-vrp.c

Another patch to extend uses of built_in_function to combined_fn, this time
in tree-vrp.c.

Tested on x86_64-linux-gnu, aarch64-linux-gnu and arm-linux-gnueabi.

gcc/
* tree-vrp.c: Include case-cfn-macros.h.
(extract_range_basic): Switch on combined_fn rather than handling
built-in functions and internal functions separately.

From-SVN: r230479
gcc/ChangeLog
gcc/tree-vrp.c