[llvm-commits] [llvm] r59964 - /llvm/trunk/docs/CodeGenerator.html
Dan Gohman
gohman at apple.com
Mon Nov 24 08:45:25 PST 2008
Author: djg
Date: Mon Nov 24 10:45:15 2008
New Revision: 59964
URL: http://llvm.org/viewvc/llvm-project?rev=59964&view=rev
Log:
Delete some spurious characters.
Modified:
llvm/trunk/docs/CodeGenerator.html
Modified: llvm/trunk/docs/CodeGenerator.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/CodeGenerator.html?rev=59964&r1=59963&r2=59964&view=diff
==============================================================================
--- llvm/trunk/docs/CodeGenerator.html (original)
+++ llvm/trunk/docs/CodeGenerator.html Mon Nov 24 10:45:15 2008
@@ -1532,7 +1532,7 @@
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>
More information about the llvm-commits
mailing list