From 2cffaf222d44b737ecdfa4dfd87c2c86b743bb77 Mon Sep 17 00:00:00 2001 From: Andre Azevedo Date: Wed, 10 Aug 2011 02:13:26 -0300 Subject: [PATCH] Corrected word spelling --- docs/ssapre.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/ssapre.txt b/docs/ssapre.txt index ed1f1ba13ba31..d178e7dbb7a49 100644 --- a/docs/ssapre.txt +++ b/docs/ssapre.txt @@ -1,4 +1,3 @@ - SSAPRE stands for "SSA based Partial Redundancy Elimination". The algorithm is explained in this paper: @@ -242,7 +241,7 @@ Otherwise, the implementation is complete. Other interesting issues are: - SSAPRE has the assumption that: - each SSA variable is related to one "original" (not SSA) variable, and - - no more than one version of each originsl variable is live at the same time + - no more than one version of each original variable is live at the same time in the CFG. It would be better to relax these assumptions. - SSAPRE operates on "syntactic" redundancies, not on "values".