comparison gcc/ssa.h @ 145:1830386684a0

gcc-9.2.0
author anatofuz
date Thu, 13 Feb 2020 11:34:05 +0900
parents 84e7813d76e9
children
comparison
equal deleted inserted replaced
131:84e7813d76e9 145:1830386684a0
1 /* Common SSA files 1 /* Common SSA files
2 Copyright (C) 2015-2018 Free Software Foundation, Inc. 2 Copyright (C) 2015-2020 Free Software Foundation, Inc.
3 3
4 This file is part of GCC. 4 This file is part of GCC.
5 5
6 GCC is free software; you can redistribute it and/or modify it under 6 GCC is free software; you can redistribute it and/or modify it under
7 the terms of the GNU General Public License as published by the Free 7 the terms of the GNU General Public License as published by the Free
24 other include files. */ 24 other include files. */
25 25
26 #include "stringpool.h" 26 #include "stringpool.h"
27 #include "gimple-ssa.h" 27 #include "gimple-ssa.h"
28 #include "tree-vrp.h" 28 #include "tree-vrp.h"
29 #include "range.h"
29 #include "tree-ssanames.h" 30 #include "tree-ssanames.h"
30 #include "tree-phinodes.h" 31 #include "tree-phinodes.h"
31 #include "ssa-iterators.h" 32 #include "ssa-iterators.h"
32 33
33 #endif /* GCC_SSA_H */ 34 #endif /* GCC_SSA_H */