Skip to content

Commit f73f91f

Browse files
committed
Remove excess whitespace
1 parent 26e4adf commit f73f91f

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/inline-assembly.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -650,12 +650,9 @@ r[asm.rules.not-exactly-once]
650650
- You cannot assume that an `asm!` block will appear exactly once in the output binary.
651651
The compiler is allowed to instantiate multiple copies of the `asm!` block, for example when the function containing it is inlined in multiple places.
652652

653-
654-
655653
r[asm.rules.preserves_flags]
656654
> **Note**: As a general rule, the flags covered by `preserves_flags` are those which are *not* preserved when performing a function call.
657655
658-
659656
### Correctness and Validity
660657

661658
r[asm.validity]
@@ -699,8 +696,6 @@ r[asm.directives.subset-supported]
699696
Inline assembly supports a subset of the directives supported by both GNU AS and LLVM's internal assembler, given as follows.
700697
The result of using other directives is assembler-specific (and may cause an error, or may be accepted as-is).
701698

702-
703-
704699
r[asm.directives.supported-directives]
705700
The following directives are guaranteed to be supported by the assembler:
706701

0 commit comments

Comments
 (0)