File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2429,7 +2429,7 @@ string_literal
24292429 // %1 has type $Builtin.RawPointer
24302430
24312431Creates a reference to a string in the global string table. The result
2432- is a pointer to the data. The referenced string is always nul -terminated. The
2432+ is a pointer to the data. The referenced string is always null -terminated. The
24332433string literal value is specified using Swift's string
24342434literal syntax (though ``\() `` interpolations are not allowed).
24352435
@@ -4005,7 +4005,7 @@ cond_br
40054005
40064006Conditionally branches to ``true_label `` if ``%0 `` is equal to ``1 `` or to
40074007``false_label `` if ``%0 `` is equal to ``0 ``, binding the corresponding set of
4008- values to the the arguments of the chosen destination block.
4008+ values to the arguments of the chosen destination block.
40094009
40104010switch_value
40114011````````````
You can’t perform that action at this time.
0 commit comments