소스 검색

Corrected word spelling

Andre Azevedo 14 년 전
부모
커밋
2cffaf222d
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      docs/ssapre.txt

+ 1 - 2
docs/ssapre.txt

@@ -1,4 +1,3 @@
-
 SSAPRE stands for "SSA based Partial Redundancy Elimination".
 SSAPRE stands for "SSA based Partial Redundancy Elimination".
 
 
 The algorithm is explained in this paper:
 The algorithm is explained in this paper:
@@ -242,7 +241,7 @@ Otherwise, the implementation is complete.
 Other interesting issues are:
 Other interesting issues are:
 - SSAPRE has the assumption that:
 - SSAPRE has the assumption that:
   - each SSA variable is related to one "original" (not SSA) variable, and
   - 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.
     in the CFG.
   It would be better to relax these assumptions.
   It would be better to relax these assumptions.
 - SSAPRE operates on "syntactic" redundancies, not on "values".
 - SSAPRE operates on "syntactic" redundancies, not on "values".