summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJia Liu <proljc@gmail.com>2012-03-01 15:14:19 +0000
committerJia Liu <proljc@gmail.com>2012-03-01 15:14:19 +0000
commitb373647d4734c1b07b08469281feba8a4820791c (patch)
tree10f7d914bebc156331560cb0f491cb00abbe15dc /docs
parent391016025a72612577cc7b8046fed60bed1aa858 (diff)
downloadllvm-b373647d4734c1b07b08469281feba8a4820791c.tar.gz
llvm-b373647d4734c1b07b08469281feba8a4820791c.tar.bz2
llvm-b373647d4734c1b07b08469281feba8a4820791c.tar.xz
rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwj
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@151811 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/WritingAnLLVMBackend.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html
index 5e3d07067e..3d0dc3f001 100644
--- a/docs/WritingAnLLVMBackend.html
+++ b/docs/WritingAnLLVMBackend.html
@@ -77,7 +77,7 @@ either assembly code or binary code (usable for a JIT compiler).
<p>
The backend of LLVM features a target-independent code generator that may create
-output for several types of target CPUs &mdash; including X86, PowerPC, Alpha,
+output for several types of target CPUs &mdash; including X86, PowerPC, ARM,
and SPARC. The backend may also be used to generate code targeted at SPUs of the
Cell processor or GPUs to support the execution of compute kernels.
</p>