diff options
| author | Tshepang Mbambo <hopsi@tuta.io> | 2025-06-12 13:30:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-12 13:30:15 +0200 |
| commit | 7db417754765c8ae74645deb41112b4a92d735df (patch) | |
| tree | 3ef67bc66cf749e5172054480bdb5f1d8715dc5f /compiler/rustc_codegen_llvm/src/asm.rs | |
| parent | 32560d790d8b9fae094d69287851f5305efa26d2 (diff) | |
| parent | 6da0ebf087736289ff29f641c7498f4a94d83639 (diff) | |
| download | rust-7db417754765c8ae74645deb41112b4a92d735df.tar.gz rust-7db417754765c8ae74645deb41112b4a92d735df.zip | |
Merge pull request #2464 from rust-lang/rustc-pull
Rustc pull update
Diffstat (limited to 'compiler/rustc_codegen_llvm/src/asm.rs')
| -rw-r--r-- | compiler/rustc_codegen_llvm/src/asm.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/asm.rs b/compiler/rustc_codegen_llvm/src/asm.rs index 9e3893d5314..4185aef8b31 100644 --- a/compiler/rustc_codegen_llvm/src/asm.rs +++ b/compiler/rustc_codegen_llvm/src/asm.rs @@ -251,7 +251,7 @@ impl<'ll, 'tcx> AsmBuilderMethods<'tcx> for Builder<'_, 'll, 'tcx> { InlineAsmArch::Nvptx64 => {} InlineAsmArch::PowerPC | InlineAsmArch::PowerPC64 => {} InlineAsmArch::Hexagon => {} - InlineAsmArch::LoongArch64 => { + InlineAsmArch::LoongArch32 | InlineAsmArch::LoongArch64 => { constraints.extend_from_slice(&[ "~{$fcc0}".to_string(), "~{$fcc1}".to_string(), |
