summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2014-05-11 19:29:11 +0000
committerHal Finkel <hfinkel@anl.gov>2014-05-11 19:29:11 +0000
commit70a83b490ea9e2e9c5ae4991a8c71248467974c8 (patch)
treefd1b86d25cf4b3a6f29d80b7943f4048ae56b5c7 /docs
parent24f554f05277413fd8ec77f80c3241d0298ab57f (diff)
downloadllvm-70a83b490ea9e2e9c5ae4991a8c71248467974c8.tar.gz
llvm-70a83b490ea9e2e9c5ae4991a8c71248467974c8.tar.bz2
llvm-70a83b490ea9e2e9c5ae4991a8c71248467974c8.tar.xz
[PowerPC] Add global named register support
Support for the intrinsics that read from and write to global named registers is added for r1, r2 and r13 (depending on the subtarget). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@208509 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/LangRef.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/LangRef.rst b/docs/LangRef.rst
index 77433ab142..54b606d037 100644
--- a/docs/LangRef.rst
+++ b/docs/LangRef.rst
@@ -6848,7 +6848,7 @@ register in surrounding code, including inline assembly. Because of that,
allocatable registers are not supported.
Warning: So far it only works with the stack pointer on selected
-architectures (ARM, ARM64, x86_64 and AArch64). Significant amount of
+architectures (ARM, ARM64, AArch64, PowerPC and x86_64). Significant amount of
work is needed to support other registers and even more so, allocatable
registers.