File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ Supported Instructions
29
29
Metadata is only assigned to the conditional branches. There are two extra
30
30
operands for the true and the false branch.
31
31
32
- .. code-block :: llvm
32
+ .. code-block :: none
33
33
34
34
!0 = metadata !{
35
35
metadata !"branch_weights",
@@ -43,7 +43,7 @@ operands for the true and the false branch.
43
43
Branch weights are assigned to every case (including the ``default `` case which
44
44
is always case #0).
45
45
46
- .. code-block :: llvm
46
+ .. code-block :: none
47
47
48
48
!0 = metadata !{
49
49
metadata !"branch_weights",
@@ -56,7 +56,7 @@ is always case #0).
56
56
57
57
Branch weights are assigned to every destination.
58
58
59
- .. code-block :: llvm
59
+ .. code-block :: none
60
60
61
61
!0 = metadata !{
62
62
metadata !"branch_weights",
You can’t perform that action at this time.
0 commit comments