summaryrefslogtreecommitdiffstats
path: root/llvm/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
commit2ed275300773c6242d02d2264dfefbe98a218626 (patch)
tree28d3bcfacc906dab450ff5655af02fd2126303d8 /llvm/docs/CodeGenerator.html
parentcbdf409c2c98cf070d8549e94c30862153d2523e (diff)
downloadbcm5719-llvm-2ed275300773c6242d02d2264dfefbe98a218626.tar.gz
bcm5719-llvm-2ed275300773c6242d02d2264dfefbe98a218626.zip
HTML syntax fixes.
llvm-svn: 57503
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
-rw-r--r--llvm/docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html
index d240636fc92..a43baee56e6 100644
--- a/llvm/docs/CodeGenerator.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud