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 | eb9af294266ee67924030f546205ea41a3eea0c2 (patch) | |
tree | 8e89cbaadb329b036ce03a9a2295903a0751354b /llvm/docs/CodeGenerator.rst | |
parent | 1290369f7b268027f72f7cd6203c77e3253cd276 (diff) | |
download | bcm5719-llvm-eb9af294266ee67924030f546205ea41a3eea0c2.tar.gz bcm5719-llvm-eb9af294266ee67924030f546205ea41a3eea0c2.zip |
[SystemZ] Add disassembler support
llvm-svn: 181777
Diffstat (limited to 'llvm/docs/CodeGenerator.rst')
-rw-r--r-- | llvm/docs/CodeGenerator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst index 10ca307b786..d54df0f6f4b 100644 --- a/llvm/docs/CodeGenerator.rst +++ b/llvm/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 -->` |