diff options
-rw-r--r-- | llvm/docs/CodeGenerator.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst index b330ddc5f2d..e38464a0f80 100644 --- a/llvm/docs/CodeGenerator.rst +++ b/llvm/docs/CodeGenerator.rst @@ -1871,7 +1871,7 @@ Here is the table: :raw-html:`<td class="no"></td> <!-- MSP430 -->` :raw-html:`<td class="yes"></td> <!-- Mips -->` :raw-html:`<td class="no"></td> <!-- NVPTX -->` -:raw-html:`<td class="no"></td> <!-- PowerPC -->` +:raw-html:`<td class="yes"></td> <!-- PowerPC -->` :raw-html:`<td class="no"></td> <!-- Sparc -->` :raw-html:`<td class="yes"></td> <!-- SystemZ -->` :raw-html:`<td class="yes"></td> <!-- X86 -->` @@ -1886,9 +1886,9 @@ Here is the table: :raw-html:`<td class="no"></td> <!-- MSP430 -->` :raw-html:`<td class="yes"></td> <!-- Mips -->` :raw-html:`<td class="na"></td> <!-- NVPTX -->` -:raw-html:`<td class="no"></td> <!-- PowerPC -->` +:raw-html:`<td class="yes"></td> <!-- PowerPC -->` +:raw-html:`<td class="yes"></td> <!-- Sparc -->` :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 -->` :raw-html:`<td class="yes"></td> <!-- eBPF -->` @@ -1931,7 +1931,7 @@ Here is the table: :raw-html:`<td class="no"></td> <!-- MSP430 -->` :raw-html:`<td class="yes"></td> <!-- Mips -->` :raw-html:`<td class="na"></td> <!-- NVPTX -->` -:raw-html:`<td class="no"></td> <!-- PowerPC -->` +:raw-html:`<td class="yes"></td> <!-- PowerPC -->` :raw-html:`<td class="no"></td> <!-- Sparc -->` :raw-html:`<td class="yes"></td> <!-- SystemZ -->` :raw-html:`<td class="yes"></td> <!-- X86 -->` |