about summary refs log tree commit diff
path: root/compiler/rustc_codegen_llvm/src
diff options
context:
space:
mode:
authorThe Miri Cronjob Bot <miri@cron.bot>2024-09-12 05:15:02 +0000
committerThe Miri Cronjob Bot <miri@cron.bot>2024-09-12 05:15:02 +0000
commit93ef7cd2dd40b4661bf918a33336558784248103 (patch)
treec16367f9b4c3a659aa924238daef9704756e4bcb /compiler/rustc_codegen_llvm/src
parent2f09cac1a4e3ec93c11e88aa91db1635fbd0d1f4 (diff)
parentb72b42d36faf301f8cd6c31372525ab69ed752cc (diff)
downloadrust-93ef7cd2dd40b4661bf918a33336558784248103.tar.gz
rust-93ef7cd2dd40b4661bf918a33336558784248103.zip
Merge from rustc
Diffstat (limited to 'compiler/rustc_codegen_llvm/src')
-rw-r--r--compiler/rustc_codegen_llvm/src/llvm_util.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_codegen_llvm/src/llvm_util.rs b/compiler/rustc_codegen_llvm/src/llvm_util.rs
index d55220ba5c3..6e4ddbb6f3b 100644
--- a/compiler/rustc_codegen_llvm/src/llvm_util.rs
+++ b/compiler/rustc_codegen_llvm/src/llvm_util.rs
@@ -290,7 +290,7 @@ pub(crate) fn check_tied_features(
             }
         }
     }
-    return None;
+    None
 }
 
 /// Used to generate cfg variables and apply features