diff options
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r-- | docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 29ea79ec20..9ee381a1ee 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> |