* [PATCH] unssa: track use of newly added pseudo
@ 2012-05-03 14:59 Jan Pokorný
2012-05-03 20:31 ` Christopher Li
0 siblings, 1 reply; 2+ messages in thread
From: Jan Pokorný @ 2012-05-03 14:59 UTC (permalink / raw)
To: Linux-Sparse
Currently, it is a completely "isolated island" from backend
point of view as it also lacks pseudo->def information.
Signed-off-by: Jan Pokorný <pokorny_jan@seznam.cz>
---
unssa.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/unssa.c b/unssa.c
index 3eea9b2..382095d 100644
--- a/unssa.c
+++ b/unssa.c
@@ -55,7 +55,7 @@ static void replace_phi_node(struct instruction *phi)
track_phi_uses(phi);
phi->opcode = OP_COPY;
- phi->src = tmp;
+ use_pseudo(phi, tmp, &phi->src);
// FIXME: free phi->phi_list;
}
--
1.7.3.4
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] unssa: track use of newly added pseudo
2012-05-03 14:59 [PATCH] unssa: track use of newly added pseudo Jan Pokorný
@ 2012-05-03 20:31 ` Christopher Li
0 siblings, 0 replies; 2+ messages in thread
From: Christopher Li @ 2012-05-03 20:31 UTC (permalink / raw)
To: Jan Pokorný; +Cc: Linux-Sparse
On Thu, May 3, 2012 at 7:59 AM, Jan Pokorný <pokorny_jan@seznam.cz> wrote:
> Currently, it is a completely "isolated island" from backend
> point of view as it also lacks pseudo->def information.
Thanks, applied.
Chris
--
To unsubscribe from this list: send the line "unsubscribe linux-sparse" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-05-03 20:31 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-03 14:59 [PATCH] unssa: track use of newly added pseudo Jan Pokorný
2012-05-03 20:31 ` Christopher Li
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox