forked from OSchip/llvm-project
[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:
parent
59f1e69d15
commit
ef705b7de1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue