This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
[PATCH] fix broken dead notes after register renaming
- From: Kenneth Zadeck <Kenneth dot Zadeck at NaturalBridge dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>
- Cc: Christian BRUEL <christian dot bruel at st dot com>, Paolo Bonzini <bonzini at gnu dot org>
- Date: Mon, 14 Sep 2009 13:40:29 -0400
- Subject: [PATCH] fix broken dead notes after register renaming
- Reply-to: Kenneth dot Zadeck at NaturalBridge dot com
I am going to complain.
I think that this code is confusing.
the variable that you call "note", is not a note it is a reg. "x" is a
note.
Kenny