aboutsummaryrefslogtreecommitdiff
path: root/docs/CodeGenerator.html
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-04-20 17:42:23 +0000
committerChris Lattner <sabre@nondot.org>2006-04-20 17:42:23 +0000
commit2a60703cb7e568b18b798470263fc9131e06e4c5 (patch)
tree7df9e1d2332e625eed5a5084c2e859f74466383a /docs/CodeGenerator.html
parent2706983c48d001b042896c4302c19a197b802fb6 (diff)
Remove V9
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27886 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CodeGenerator.html')
-rw-r--r--docs/CodeGenerator.html11
1 files changed, 0 insertions, 11 deletions
diff --git a/docs/CodeGenerator.html b/docs/CodeGenerator.html
index ebe5fd9cc5..da23cf2d99 100644
--- a/docs/CodeGenerator.html
+++ b/docs/CodeGenerator.html
@@ -168,17 +168,6 @@ make use of any of the built-in components. Doing so is not recommended at all,
but could be required for radically different targets that do not fit into the
LLVM machine description model: programmable FPGAs for example.</p>
-<p><b>Important Note:</b> For historical reasons, the LLVM SparcV9 code
-generator uses almost entirely different code paths than described in this
-document. For this reason, there are some deprecated interfaces (such as
-<tt>TargetSchedInfo</tt>), which are only used by the
-V9 backend and should not be used by any other targets. Also, all code in the
-<tt>lib/Target/SparcV9</tt> directory and subdirectories should be considered
-deprecated, and should not be used as the basis for future code generator work.
-The SparcV9 backend is slowly being merged into the rest of the
-target-independent code generators, but this is a low-priority process with no
-predictable completion date.</p>
-
</div>
<!-- ======================================================================= -->