Skip to content

Commit ac1857a

Browse files
Diego NovilloDiego Novillo
authored andcommitted
The gimple builder no longer support normal form.
The gimple builder no longer support normal form. The ssa_mode enum is not needed now. * gimple.h (enum ssa_mode): Remove. From-SVN: r202977
1 parent 3c468b4 commit ac1857a

File tree

2 files changed

+4
-9
lines changed

2 files changed

+4
-9
lines changed

gcc/ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
2013-09-27 Diego Novillo <[email protected]>
2+
3+
* gimple.h (enum ssa_mode): Remove.
4+
15
2013-09-27 Paulo Matos <[email protected]>
26

37
PR middle-end/58463

gcc/gimple.h

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@ along with GCC; see the file COPYING3. If not see
3434

3535
typedef gimple gimple_seq_node;
3636

37-
/* Types of supported temporaries. GIMPLE temporaries may be symbols
38-
in normal form (i.e., regular decls) or SSA names. This enum is
39-
used by create_gimple_tmp to tell it what kind of temporary the
40-
caller wants. */
41-
enum ssa_mode {
42-
M_SSA = 0,
43-
M_NORMAL
44-
};
45-
4637
/* For each block, the PHI nodes that need to be rewritten are stored into
4738
these vectors. */
4839
typedef vec<gimple> gimple_vec;

0 commit comments

Comments
 (0)