We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 000a3f0 commit d8ee96cCopy full SHA for d8ee96c
llvm/test/MC/WebAssembly/annotations.s
@@ -10,28 +10,28 @@ test_annotation:
10
.functype test_annotation () -> ()
11
.tagtype __cpp_exception i32
12
try
13
- br 0
+ br 0
14
catch __cpp_exception
15
- block
16
- br_if 0
17
- loop
18
- br_if 1
19
- end_loop
20
- end_block
21
- try
22
- rethrow 0
23
- catch __cpp_exception
24
- catch_all
25
26
27
28
29
- delegate 1
30
31
- end_try
32
33
34
+ block
+ br_if 0
+ loop
+ br_if 1
+ end_loop
+ end_block
+ try
+ rethrow 0
+ catch __cpp_exception
+ catch_all
+ delegate 1
+ end_try
35
end_try
36
end_function
37
0 commit comments