Skip to content

Commit

Permalink
perf: always
Browse files Browse the repository at this point in the history
  • Loading branch information
DaniPopes committed Jun 21, 2024
1 parent cdf19e6 commit 22233cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/revmc/src/compiler/translate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1588,7 +1588,7 @@ impl<'a, B: Backend> FunctionCx<'a, B> {
let f = self.bcx.get_or_build_function(name, arg_types, ret, linkage, build);
self.bcx.add_function_attribute(
Some(f),
Attribute::HintInline,
Attribute::AlwaysInline,
FunctionAttributeLocation::Function,
);
self.bcx.call(f, args)
Expand Down

0 comments on commit 22233cd

Please sign in to comment.