Skip to content

Commit

Permalink
The gimple builder no longer support normal form.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
dnovillo authored and Diego Novillo committed Sep 27, 2013
1 parent 3c468b4 commit ac1857a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
4 changes: 4 additions & 0 deletions gcc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2013-09-27 Diego Novillo <[email protected]>

* gimple.h (enum ssa_mode): Remove.

2013-09-27 Paulo Matos <[email protected]>

PR middle-end/58463
Expand Down
9 changes: 0 additions & 9 deletions gcc/gimple.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,15 +34,6 @@ along with GCC; see the file COPYING3. If not see

typedef gimple gimple_seq_node;

/* Types of supported temporaries. GIMPLE temporaries may be symbols
in normal form (i.e., regular decls) or SSA names. This enum is
used by create_gimple_tmp to tell it what kind of temporary the
caller wants. */
enum ssa_mode {
M_SSA = 0,
M_NORMAL
};

/* For each block, the PHI nodes that need to be rewritten are stored into
these vectors. */
typedef vec<gimple> gimple_vec;
Expand Down

0 comments on commit ac1857a

Please sign in to comment.