Move array bounds checking into its own file.
authorAldy Hernandez <aldyh@redhat.com>
Sun, 17 May 2020 13:03:20 +0000 (15:03 +0200)
committerAldy Hernandez <aldyh@redhat.com>
Mon, 1 Jun 2020 07:50:48 +0000 (09:50 +0200)
commit62efd1c481dfd3b9cd69e64a9d6053dd8fcc3382
tree3a3b0b28161e8c451d24745cbede46c37d7d9d8b
parent4a5e9d0089cc59523a3830b35be5e9849e634130
Move array bounds checking into its own file.

gcc/
* Makefile.in (gimple-array-bounds.o): New.
* tree-vrp.c: Move array bounds code...
* gimple-array-bounds.cc: ...here...
* gimple-array-bounds.h: ...and here.
gcc/Makefile.in
gcc/gimple-array-bounds.cc [new file with mode: 0644]
gcc/gimple-array-bounds.h [new file with mode: 0644]
gcc/tree-vrp.c