From d40b13098f1584398ef3cb4ab15ea3c27f14fbc0 Mon Sep 17 00:00:00 2001 From: dmalcolm Date: Wed, 27 Aug 2014 19:46:46 +0000 Subject: [PATCH] PHASE 5: Additional rtx subclasses 2014-08-27 David Malcolm * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is done; begin phase 5 (additional rtx_def subclasses). git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@214588 138bc75d-0d04-0410-961f-82ee72b054a4 --- ChangeLog | 5 +++++ rtx-classes-status.txt | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 207b50f3be8..511193be109 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2014-08-27 David Malcolm + + * rtx-classes-status.txt: Phase 4 (removal of "scaffolding") is + done; begin phase 5 (additional rtx_def subclasses). + 2014-08-26 David Malcolm * rtx-classes-status.txt (TODO): DF_REF_INSN is done. diff --git a/rtx-classes-status.txt b/rtx-classes-status.txt index 52268fc45b8..dfac7f2681d 100644 --- a/rtx-classes-status.txt +++ b/rtx-classes-status.txt @@ -8,8 +8,8 @@ information. Phase 1: initial "scaffolding" commits: DONE Phase 2: per-file commits in main source dir: DONE Phase 3: per-file commits within "config" subdirs: DONE -Phase 4: removal of "scaffolding": IN PROGRESS -Phase 5: additional rtx_def subclasses: TODO +Phase 4: removal of "scaffolding": DONE +Phase 5: additional rtx_def subclasses: IN PROGRESS Phase 6: use extra rtx_def subclasses: TODO TODO: "Scaffolding" to be removed -- 2.11.4.GIT