diff options
-rw-r--r-- | llvm/docs/LangRef.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst index 098e4485629..4761376eed0 100644 --- a/llvm/docs/LangRef.rst +++ b/llvm/docs/LangRef.rst @@ -10240,7 +10240,7 @@ non-dereferenceable pointer. See the Example: """""""" -.. code-block:: llvm +.. code-block:: text %w = i32 undef %x = freeze i32 %w |