]> git.ipfire.org Git - thirdparty/gcc.git/commit
* Makefile.in (wide-int-range.o): New.
authoraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Aug 2018 11:31:22 +0000 (11:31 +0000)
committeraldyh <aldyh@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 3 Aug 2018 11:31:22 +0000 (11:31 +0000)
commit5c9c1e7c568316ac4c0c1d6e6770498113d08588
tree8ae0c2f389a780db93911161b97ae474ce447f49
parentd963056f99a20322239e9c81ebd9668590a39afe
* Makefile.in (wide-int-range.o): New.
* tree-vrp.c: Move all the wide_int_* functions to...
* wide-int-range.cc: ...here.
* tree-vrp.h: Move all the wide_int_* prototypes to...
* wide-int-range.h: ...here.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@263288 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/Makefile.in
gcc/tree-vrp.c
gcc/tree-vrp.h
gcc/wide-int-range.cc [new file with mode: 0644]
gcc/wide-int-range.h [new file with mode: 0644]