Delete some spurious characters.
authorDan Gohman <gohman@apple.com>
Mon, 24 Nov 2008 16:45:15 +0000 (16:45 +0000)
committerDan Gohman <gohman@apple.com>
Mon, 24 Nov 2008 16:45:15 +0000 (16:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59964 91177308-0d34-0410-b5e6-96231b3b80d8

docs/CodeGenerator.html

index 29ea79ec202c6bfae61e81dbcf4f5275555e4957..9ee381a1ee2d6aafa7a820071510499550b110bc 100644 (file)
@@ -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>