diff options
author | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-10-29 13:27:48 -0700 |
---|---|---|
committer | Daniel Sanders <daniel_l_sanders@apple.com> | 2019-10-29 13:27:48 -0700 |
commit | 3260fa2cb09b78ad55e91d95a522d9dc455575f0 (patch) | |
tree | 022d0904feaf32953130ed68a273742caff0955f | |
parent | 6f665fc7868b4eca6fc644e0a99807fcbd831dfc (diff) | |
download | bcm5719-llvm-3260fa2cb09b78ad55e91d95a522d9dc455575f0.tar.gz bcm5719-llvm-3260fa2cb09b78ad55e91d95a522d9dc455575f0.zip |
[globalisel][docs] Fix warning treated as error
I had hoped that I could have some
```
.. code-block:: MIR
```
sections for MIR examples which causes a warning about pygments not
supporting it but we have warnings treated as errors
-rw-r--r-- | llvm/docs/GlobalISel/IRTranslator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/GlobalISel/IRTranslator.rst b/llvm/docs/GlobalISel/IRTranslator.rst index 1d68524d001..a4d9bdad201 100644 --- a/llvm/docs/GlobalISel/IRTranslator.rst +++ b/llvm/docs/GlobalISel/IRTranslator.rst @@ -16,7 +16,7 @@ occasionally get a bit more involved. For example: becomes: -.. code-block:: mir +.. code-block:: none %2:_(s32) = G_ADD %0:_(s32), %1:_(s32) |