rust/compiler/rustc_codegen_ssa
Scott McMurray 35088797ae Use size_of_val instead of manual calculation
Very minor thing that I happened to notice in passing, but it's both shorter and means it gets `mul nuw`, so why not.
2023-03-17 19:55:49 -07:00
..
2023-02-06 17:40:18 +03:00
2023-03-11 22:51:57 +01:00

Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.