[llvm-commits] [llvm] r151811 - /llvm/trunk/docs/WritingAnLLVMBackend.html
Jia Liu
proljc at gmail.com
Thu Mar 1 07:14:19 PST 2012
Author: jialiu
Date: Thu Mar 1 09:14:19 2012
New Revision: 151811
URL: http://llvm.org/viewvc/llvm-project?rev=151811&view=rev
Log:
rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwj
Modified:
llvm/trunk/docs/WritingAnLLVMBackend.html
Modified: llvm/trunk/docs/WritingAnLLVMBackend.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/WritingAnLLVMBackend.html?rev=151811&r1=151810&r2=151811&view=diff
==============================================================================
--- llvm/trunk/docs/WritingAnLLVMBackend.html (original)
+++ llvm/trunk/docs/WritingAnLLVMBackend.html Thu Mar 1 09:14:19 2012
@@ -77,7 +77,7 @@
<p>
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.
</p>
More information about the llvm-commits
mailing list