File tree Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Expand file tree Collapse file tree 1 file changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -650,12 +650,9 @@ r[asm.rules.not-exactly-once]
650
650
- You cannot assume that an ` asm! ` block will appear exactly once in the output binary.
651
651
The compiler is allowed to instantiate multiple copies of the ` asm! ` block, for example when the function containing it is inlined in multiple places.
652
652
653
-
654
-
655
653
r[ asm.rules.preserves_flags]
656
654
> ** Note** : As a general rule, the flags covered by ` preserves_flags ` are those which are * not* preserved when performing a function call.
657
655
658
-
659
656
### Correctness and Validity
660
657
661
658
r[ asm.validity]
@@ -699,8 +696,6 @@ r[asm.directives.subset-supported]
699
696
Inline assembly supports a subset of the directives supported by both GNU AS and LLVM's internal assembler, given as follows.
700
697
The result of using other directives is assembler-specific (and may cause an error, or may be accepted as-is).
701
698
702
-
703
-
704
699
r[ asm.directives.supported-directives]
705
700
The following directives are guaranteed to be supported by the assembler:
706
701
You can’t perform that action at this time.
0 commit comments