Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenmeker committed Oct 25, 2024
1 parent 5255bbb commit 2ec58b7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/codegen/Decision.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1019,10 +1019,10 @@ std::pair<std::vector<llvm::Value *>, llvm::BasicBlock *> step_function_header(
#else
auto *collection_address = collection;
#endif

auto *is_collection = new llvm::LoadInst(
llvm::Type::getInt1Ty(module->getContext()), collection_address, "is_collection",
check_collect);
llvm::Type::getInt1Ty(module->getContext()), collection_address,
"is_collection", check_collect);
set_debug_loc(is_collection);
auto *collect = llvm::BasicBlock::Create(
module->getContext(), "isCollect", block->getParent());
Expand Down

0 comments on commit 2ec58b7

Please sign in to comment.