summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-11-24 16:45:15 +0000
committerDan Gohman <gohman@apple.com>2008-11-24 16:45:15 +0000
commitfd9ddc066e4ad42b62cd5bf41871c3927c17d0f4 (patch)
tree889b81b1bfa07a863586ce3e4e98b245719d1f8a
parenta7ab2bffae2d93e1cdbc9f63957c4c76238f5d9d (diff)
downloadexternal_llvm-fd9ddc066e4ad42b62cd5bf41871c3927c17d0f4.zip
external_llvm-fd9ddc066e4ad42b62cd5bf41871c3927c17d0f4.tar.gz
external_llvm-fd9ddc066e4ad42b62cd5bf41871c3927c17d0f4.tar.bz2
Delete some spurious characters.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59964 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--docs/CodeGenerator.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index 29ea79e..9ee381a 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -1532,7 +1532,7 @@ semantics.</p>
from the target code. The most traditional PHI deconstruction
algorithm replaces PHI instructions with copy instructions. That is
the strategy adopted by LLVM. The SSA deconstruction algorithm is
-implemented in n<tt>lib/CodeGen/>PHIElimination.cpp</tt>. In order to
+implemented in <tt>lib/CodeGen/PHIElimination.cpp</tt>. In order to
invoke this pass, the identifier <tt>PHIEliminationID</tt> must be
marked as required in the code of the register allocator.</p>