diff options
| author | Taiki Endo <te316e89@gmail.com> | 2024-09-21 01:51:26 +0900 |
|---|---|---|
| committer | Taiki Endo <te316e89@gmail.com> | 2024-09-21 01:51:26 +0900 |
| commit | fa125e2be682e22cf0c2a005a08d7fef2520cefa (patch) | |
| tree | 49c7e1cb82d2d8bafa1e799cc3718a77f5aa712e /compiler/rustc_span | |
| parent | 1a5a2240bc1b8cf0bcce7acb946c78d6493a4fd3 (diff) | |
| download | rust-fa125e2be682e22cf0c2a005a08d7fef2520cefa.tar.gz rust-fa125e2be682e22cf0c2a005a08d7fef2520cefa.zip | |
Support clobber_abi and vector/access registers (clobber-only) in s390x inline assembly
Diffstat (limited to 'compiler/rustc_span')
| -rw-r--r-- | compiler/rustc_span/src/symbol.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_span/src/symbol.rs b/compiler/rustc_span/src/symbol.rs index 402232a1720..e2d965ff91b 100644 --- a/compiler/rustc_span/src/symbol.rs +++ b/compiler/rustc_span/src/symbol.rs @@ -410,6 +410,7 @@ symbols! { arbitrary_enum_discriminant, arbitrary_self_types, arbitrary_self_types_pointers, + areg, args, arith_offset, arm, |
