diff options
author | Simon Atanasyan <simon@atanasyan.com> | 2019-10-25 12:16:22 +0300 |
---|---|---|
committer | Simon Atanasyan <simon@atanasyan.com> | 2019-10-25 12:17:34 +0300 |
commit | 77b3c794e3433e47a2ffbeae73c7e900caf8cc8e (patch) | |
tree | 8ce9537685269495dac0e1228a8f4efacdf99bd3 /llvm | |
parent | 24ef631f4333120abd6b66c1e8466a582b60779f (diff) | |
download | llvm-77b3c794e3433e47a2ffbeae73c7e900caf8cc8e.zip llvm-77b3c794e3433e47a2ffbeae73c7e900caf8cc8e.tar.gz llvm-77b3c794e3433e47a2ffbeae73c7e900caf8cc8e.tar.bz2 |
[docs] Update Mips feature table in CodeGenerator.rst
Patch by Miloš Stojanović
Differential Revision: https://reviews.llvm.org/D69381
Diffstat (limited to 'llvm')
-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 75330a5..b330ddc 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 -->` |