1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 20:51:52 +01:00

rplace Alpha with ARM in docs/WritingAnLLVMBackend.html, patch by chenwj

llvm-svn: 151811
This commit is contained in:
Jia Liu 2012-03-01 15:14:19 +00:00
parent 1038b57cac
commit d95fe4d1fa

View File

@ -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>