summaryrefslogtreecommitdiffstats
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
commitb1cb18468b45634e75bffd235ea5d4cfe78b9815 (patch)
treec1a379a9ce4476c0ee38553705acd2bf22dd3f7e
parent2e04dad751a7822bf3fc2ec39bf1a301756765c7 (diff)
downloadbcm5719-llvm-b1cb18468b45634e75bffd235ea5d4cfe78b9815.tar.gz
bcm5719-llvm-b1cb18468b45634e75bffd235ea5d4cfe78b9815.zip
rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwj
llvm-svn: 151811
-rw-r--r--llvm/docs/WritingAnLLVMBackend.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/WritingAnLLVMBackend.html b/llvm/docs/WritingAnLLVMBackend.html
index 5e3d07067e9..3d0dc3f0013 100644
--- a/llvm/docs/WritingAnLLVMBackend.html
+++ b/llvm/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>
OpenPOWER on IntegriCloud