Skip to content

Commit

Permalink
Fix assertion return
Browse files Browse the repository at this point in the history
  • Loading branch information
wsmoses committed Aug 12, 2024
1 parent 06fb475 commit c3ef3c1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions enzyme/Enzyme/Utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,7 @@ Type *BlasInfo::fpType(LLVMContext &ctx) const {
return VectorType::get(Type::getDoubleTy(ctx), 2, false);
} else {
assert(false && "Unreachable");
return nullptr;
}
}

Expand Down

0 comments on commit c3ef3c1

Please sign in to comment.