[docs] Fix an LLVM-syntax code block to actually be valid LLVM synatx.

Hopefully fixes an issue on the docs build bot.

llvm-svn: 338980
This commit is contained in:
Chandler Carruth 2018-08-06 01:41:25 +00:00
parent 59f1e69d15
commit ef705b7de1
1 changed files with 2 additions and 2 deletions

View File

@ -270,9 +270,9 @@ you can use the "``CHECK-EMPTY:``" directive.
.. code-block:: llvm
foo
declare void @foo()
bar
declare void @bar()
; CHECK: foo
; CHECK-EMPTY:
; CHECK-NEXT: bar