diff options
| author | Dan Gohman <gohman@apple.com> | 2008-11-24 16:45:15 +0000 |
|---|---|---|
| committer | Dan Gohman <gohman@apple.com> | 2008-11-24 16:45:15 +0000 |
| commit | f3bfcf974834feb94d0e4ce91af1ecaae4c1b48e (patch) | |
| tree | a0f65a6bb474b81d98928ec1223319ee06774a14 /llvm/docs/CodeGenerator.html | |
| parent | 970a547554a15d2b4c9e526efe7c63193db765ad (diff) | |
| download | bcm5719-llvm-f3bfcf974834feb94d0e4ce91af1ecaae4c1b48e.tar.gz bcm5719-llvm-f3bfcf974834feb94d0e4ce91af1ecaae4c1b48e.zip | |
Delete some spurious characters.
llvm-svn: 59964
Diffstat (limited to 'llvm/docs/CodeGenerator.html')
| -rw-r--r-- | llvm/docs/CodeGenerator.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.html b/llvm/docs/CodeGenerator.html index 29ea79ec202..9ee381a1ee2 100644 --- a/llvm/docs/CodeGenerator.html +++ b/llvm/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> |

