diff options
author | David Malcolm <dmalcolm@redhat.com> | 2014-08-29 00:20:28 +0000 |
---|---|---|
committer | David Malcolm <dmalcolm@gcc.gnu.org> | 2014-08-29 00:20:28 +0000 |
commit | e79c0ea8efc0898f111720ad45d415459224e296 (patch) | |
tree | 71ad4fe6ef049fa9e687b629ad8afd71206491cc | |
parent | 4ce524a1c10399a70883806968dd225cfde8e238 (diff) | |
download | gcc-e79c0ea8efc0898f111720ad45d415459224e296.zip gcc-e79c0ea8efc0898f111720ad45d415459224e296.tar.gz gcc-e79c0ea8efc0898f111720ad45d415459224e296.tar.bz2 |
END OF PATCHES: Delete rtx-classes-status.txt
/
2014-08-28 David Malcolm <dmalcolm@redhat.com>
* rtx-classes-status.txt: Delete.
From-SVN: r214709
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | rtx-classes-status.txt | 13 |
2 files changed, 4 insertions, 13 deletions
@@ -1,5 +1,9 @@ 2014-08-28 David Malcolm <dmalcolm@redhat.com> + * rtx-classes-status.txt: Delete + +2014-08-28 David Malcolm <dmalcolm@redhat.com> + * rtx-classes-status.txt (TODO): NEXT_INSN/PREV_INSN are done. 2014-08-27 Sebastian Pop <s.pop@samsung.com> diff --git a/rtx-classes-status.txt b/rtx-classes-status.txt deleted file mode 100644 index 733c91d..0000000 --- a/rtx-classes-status.txt +++ /dev/null @@ -1,13 +0,0 @@ -This file tracks the status of the merger of the -"Introduce rtx subclasses" patches, and is slated for removal once all -are merged. - -See https://gcc.gnu.org/ml/gcc-patches/2014-08/msg00498.html for more -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": DONE -Phase 5: additional rtx_def subclasses: DONE -Phase 6: use extra rtx_def subclasses: IN PROGRESS |