diff options
author | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2013-02-11 14:14:32 +0000 |
---|---|---|
committer | Bill Schmidt <wschmidt@linux.vnet.ibm.com> | 2013-02-11 14:14:32 +0000 |
commit | fd980723b66f9eaa3d4bd43fb00e541de1c9853f (patch) | |
tree | 00e4eef8539b9912f5b3e7fd5ce3c062e34345c6 | |
parent | db0412207f2fe599ac69d4f2ec51b51e47e01084 (diff) |
Restore the resurrected doc link previously deleted
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@174884 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | docs/CompilerWriterInfo.rst | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/CompilerWriterInfo.rst b/docs/CompilerWriterInfo.rst index a7082a079e..bc0b99680e 100644 --- a/docs/CompilerWriterInfo.rst +++ b/docs/CompilerWriterInfo.rst @@ -47,6 +47,8 @@ IBM - Official manuals and docs * `PowerPC Compiler Writer's Guide <http://www.ibm.com/chips/techlib/techlib.nsf/techdocs/852569B20050FF7785256996007558C6>`_ +* `Intro to PowerPC Architecture <http://www.ibm.com/developerworks/linux/library/l-powarch/>`_ + * `PowerPC Processor Manuals (embedded) <http://www.ibm.com/chips/techlib/techlib.nsf/products/PowerPC>`_ * `Various IBM specifications and white papers <https://www.power.org/documentation/?document_company=105&document_category=all&publish_year=all&grid_order=DESC&grid_sort=title>`_ |