mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-03 01:12:53 +00:00
Delete some spurious characters.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59964 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
a7ab2bffae
commit
fd9ddc066e
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user