]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_codegen_llvm/src/llvm/ffi.rs
Add !align metadata on loads of &/&mut/Box
[rust.git] / compiler / rustc_codegen_llvm / src / llvm / ffi.rs
index 81ae97a80cc170cbd66acc3f0c6cc77ec4e92b85..ed0825e124c456b804b3c0294b0ad5b5d8390697 100644 (file)
@@ -441,6 +441,7 @@ pub enum MetadataType {
     MD_nontemporal = 9,
     MD_mem_parallel_loop_access = 10,
     MD_nonnull = 11,
+    MD_align = 17,
     MD_type = 19,
     MD_noundef = 29,
 }