Skip to content

Commit

Permalink
Clang-format.
Browse files Browse the repository at this point in the history
  • Loading branch information
mariaKt committed Jan 13, 2025
1 parent 1462274 commit 7f6b08f
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions lib/codegen/CreateTerm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1430,10 +1430,9 @@ std::string make_apply_rule_function(
auto *ptr = allocate_term(
arg->getType(), creator.get_current_block(),
get_collection_alloc_fn(cat.cat), true);
auto *ptr_cast
= use_gcstrategy
? addrspace_cast0_to0(module, ptr, creator.get_current_block())
: ptr;
auto *ptr_cast = use_gcstrategy ? addrspace_cast0_to0(
module, ptr, creator.get_current_block())
: ptr;
new llvm::StoreInst(arg, ptr_cast, creator.get_current_block());
arg = ptr_cast;
}
Expand Down

0 comments on commit 7f6b08f

Please sign in to comment.