diff options
-rw-r--r-- | llvm/docs/CodeGenerator.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/llvm/docs/CodeGenerator.rst b/llvm/docs/CodeGenerator.rst index 75330a5df3b..b330ddc5f2d 100644 --- a/llvm/docs/CodeGenerator.rst +++ b/llvm/docs/CodeGenerator.rst @@ -1869,7 +1869,7 @@ Here is the table: :raw-html:`<td class="no"></td> <!-- ARM -->` :raw-html:`<td class="no"></td> <!-- Hexagon -->` :raw-html:`<td class="no"></td> <!-- MSP430 -->` -:raw-html:`<td class="no"></td> <!-- Mips -->` +: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="no"></td> <!-- Sparc -->` @@ -1884,7 +1884,7 @@ Here is the table: :raw-html:`<td class="yes"></td> <!-- ARM -->` :raw-html:`<td class="no"></td> <!-- Hexagon -->` :raw-html:`<td class="no"></td> <!-- MSP430 -->` -:raw-html:`<td class="no"></td> <!-- Mips -->` +: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> <!-- SystemZ -->` @@ -1899,7 +1899,7 @@ Here is the table: :raw-html:`<td class="yes"></td> <!-- ARM -->` :raw-html:`<td class="yes"></td> <!-- Hexagon -->` :raw-html:`<td class="unknown"></td> <!-- MSP430 -->` -:raw-html:`<td class="no"></td> <!-- Mips -->` +:raw-html:`<td class="yes"></td> <!-- Mips -->` :raw-html:`<td class="yes"></td> <!-- NVPTX -->` :raw-html:`<td class="yes"></td> <!-- PowerPC -->` :raw-html:`<td class="unknown"></td> <!-- Sparc -->` @@ -1929,7 +1929,7 @@ Here is the table: :raw-html:`<td class="no"></td> <!-- ARM -->` :raw-html:`<td class="no"></td> <!-- Hexagon -->` :raw-html:`<td class="no"></td> <!-- MSP430 -->` -:raw-html:`<td class="no"></td> <!-- Mips -->` +: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="no"></td> <!-- Sparc -->` @@ -1944,7 +1944,7 @@ Here is the table: :raw-html:`<td class="yes"></td> <!-- ARM -->` :raw-html:`<td class="yes"></td> <!-- Hexagon -->` :raw-html:`<td class="unknown"></td> <!-- MSP430 -->` -:raw-html:`<td class="no"></td> <!-- Mips -->` +:raw-html:`<td class="yes"></td> <!-- Mips -->` :raw-html:`<td class="no"></td> <!-- NVPTX -->` :raw-html:`<td class="yes"></td> <!-- PowerPC -->` :raw-html:`<td class="unknown"></td> <!-- Sparc -->` |