aboutsummaryrefslogtreecommitdiffstats
path: root/docs/CodeGenerator.html
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-10-14 17:00:38 +0000
committerDan Gohman <gohman@apple.com>2008-10-14 17:00:38 +0000
commit8e58bc5f1ed965cbb90748699ac69b294a03066b (patch)
tree635887da683ba09ed6f94e297ecc5c474013bd8a /docs/CodeGenerator.html
parent2672f3eb19cbaca2fd056c43f74b88a7a6d7fc9f (diff)
downloadexternal_llvm-8e58bc5f1ed965cbb90748699ac69b294a03066b.zip
external_llvm-8e58bc5f1ed965cbb90748699ac69b294a03066b.tar.gz
external_llvm-8e58bc5f1ed965cbb90748699ac69b294a03066b.tar.bz2
HTML syntax fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57503 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r--docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index d240636..a43baee 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -1255,7 +1255,7 @@ blocks and machine instructions. We then handle the "live-in" values. These
are in physical registers, so the physical register is assumed to be killed by
the end of the basic block. Live intervals for virtual registers are computed
for some ordering of the machine instructions <tt>[1, N]</tt>. A live interval
-is an interval <tt>[i, j)</tt>, where <tt>1 <= i <= j < N</tt>, for which a
+is an interval <tt>[i, j)</tt>, where <tt>1 &lt;= i &lt;= j &lt; N</tt>, for which a
variable is live.</p>
<p><i><b>More to come...</b></i></p>