From 364a39fc1ce3e50a062b4646364221b306bc8a56 Mon Sep 17 00:00:00 2001
From: Dan Gohman
Date: Tue, 14 Oct 2008 17:00:38 +0000
Subject: HTML syntax fixes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@57503 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/CodeGenerator.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'docs/CodeGenerator.html')
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 [1, N]. A live interval
-is an interval [i, j), where 1 <= i <= j < N, for which a
+is an interval [i, j), where 1 <= i <= j < N, for which a
variable is live.
More to come...
--
cgit v1.1