From b373647d4734c1b07b08469281feba8a4820791c Mon Sep 17 00:00:00 2001 From: Jia Liu Date: Thu, 1 Mar 2012 15:14:19 +0000 Subject: [PATCH] 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 --- docs/WritingAnLLVMBackend.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/WritingAnLLVMBackend.html b/docs/WritingAnLLVMBackend.html index 5e3d07067e9..3d0dc3f0013 100644 --- a/docs/WritingAnLLVMBackend.html +++ b/docs/WritingAnLLVMBackend.html @@ -77,7 +77,7 @@ either assembly code or binary code (usable for a JIT compiler).

The backend of LLVM features a target-independent code generator that may create -output for several types of target CPUs — including X86, PowerPC, Alpha, +output for several types of target CPUs — 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.

-- 2.34.1