From f1d83c01e01fea97c08dd3cd807ae8ef5649408b Mon Sep 17 00:00:00 2001 From: Sven Verdoolaege Date: Thu, 2 Apr 2015 16:17:07 +0200 Subject: [PATCH] ppcg.c: fix typo in comment Signed-off-by: Sven Verdoolaege --- ppcg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ppcg.c b/ppcg.c index 2f69b61..0a4669a 100644 --- a/ppcg.c +++ b/ppcg.c @@ -405,7 +405,7 @@ static void compute_live_out(struct ppcg_scop *ps) * a must kill as source reflect possibly uninitialized reads. * No dependences need to be introduced to protect such reads * (other than those imposed by potential flows from may writes - * that follow the kill). We therefore those flow dependences. + * that follow the kill). We therefore remove those flow dependences. * This is also useful for the dead code elimination, which assumes * the flow sources are non-kill instances. */ -- 2.11.4.GIT