diff options
author | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-14 10:17:52 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@linux.vnet.ibm.com> | 2013-05-14 10:17:52 +0000 |
commit | c3b20c260ee17a66c6306f81293c75681d8ea0aa (patch) | |
tree | fdc283d6c8468f22fb87cf0b90cf4abf46cf7170 /docs | |
parent | 5096dc74ae0df903d54085af3a57fa66b382493c (diff) | |
download | external_llvm-c3b20c260ee17a66c6306f81293c75681d8ea0aa.zip external_llvm-c3b20c260ee17a66c6306f81293c75681d8ea0aa.tar.gz external_llvm-c3b20c260ee17a66c6306f81293c75681d8ea0aa.tar.bz2 |
[SystemZ] Add disassembler support
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@181777 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r-- | docs/CodeGenerator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodeGenerator.rst b/docs/CodeGenerator.rst index 10ca307..d54df0f 100644 --- a/docs/CodeGenerator.rst +++ b/docs/CodeGenerator.rst @@ -1838,7 +1838,7 @@ Here is the table: :raw-html:`<td class="no"></td> <!-- Mips -->` :raw-html:`<td class="na"></td> <!-- NVPTX -->` :raw-html:`<td class="no"></td> <!-- PowerPC -->` -:raw-html:`<td class="no"></td> <!-- SystemZ -->` +:raw-html:`<td class="yes"></td> <!-- SystemZ -->` :raw-html:`<td class="no"></td> <!-- Sparc -->` :raw-html:`<td class="yes"></td> <!-- X86 -->` :raw-html:`<td class="yes"></td> <!-- XCore -->` |