From 8a1f8f93d7e17154743daa1139a8971a51ec70c3 Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 22 Jan 2019 14:32:25 +0100 Subject: Fix some URLs in the first page of the Coq HTML documentation (#263) Links to machine-specific modules were garbled during editing. --- doc/index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'doc') diff --git a/doc/index.html b/doc/index.html index 72875e1a..78d43504 100644 --- a/doc/index.html +++ b/doc/index.html @@ -183,7 +183,7 @@ code. Recognition of operators
and addressing modes Cminor to CminorSel Selection
- SelectOp
+ SelectOp
SelectLong
SelectDiv
SplitLong @@ -228,7 +228,7 @@ code. Constant propagation RTL to RTL Constprop
- ConstpropOp + ConstpropOp Constpropproof
ConstproppOproof @@ -237,7 +237,7 @@ code. Common subexpression elimination RTL to RTL CSE
- CombineOp + CombineOp CSEproof
CombineOpproof @@ -328,10 +328,10 @@ CSE, and dead code elimination.
  • Liveness: liveness analysis.
  • ValueAnalysis: value and alias analysis
    See also: ValueDomain: the abstract domain for value analysis.
    -See also: ValueAOp: processor-dependent parts of value analysis. +See also: ValueAOp: processor-dependent parts of value analysis.
  • Deadcode: neededness analysis
    See also: NeedDomain: the abstract domain for neededness analysis.
    -See also: NeedOp: processor-dependent parts of neededness analysis. +See also: NeedOp: processor-dependent parts of neededness analysis.

    Type systems

    -- cgit