From fd9ddc066e4ad42b62cd5bf41871c3927c17d0f4 Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Mon, 24 Nov 2008 16:45:15 +0000 Subject: [PATCH] Delete some spurious characters. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@59964 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CodeGenerator.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html index 29ea79ec202..9ee381a1ee2 100644 --- a/docs/CodeGenerator.html +++ b/docs/CodeGenerator.html @@ -1532,7 +1532,7 @@ semantics.

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 nlib/CodeGen/>PHIElimination.cpp. In order to +implemented in lib/CodeGen/PHIElimination.cpp. In order to invoke this pass, the identifier PHIEliminationID must be marked as required in the code of the register allocator.