Skip to content

Commit

Permalink
blah
Browse files Browse the repository at this point in the history
  • Loading branch information
ragusaa committed May 3, 2024
1 parent cb56501 commit 135927c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions libclambcc/ClamBCWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -810,11 +810,7 @@ class ClamBCWriter : public PassInfoMixin<ClamBCWriter>, public InstVisitor<Clam
Type *pType = operand->getType();
pType = pType->getPointerElementType();

DEBUG_NONPOINTER("REMOVE THIS");
if (not pType->isIntegerTy()) {
DEBUG_VALUE(pGep);
llvm::errs() << "<" << __FUNCTION__ << "::" << __LINE__ << ">" << "EXITING<END>\n";
exit(11);
assert(0 && "ONLY INTEGER TYPES ARE CURRENTLY IMPLEMENTED");
}

Expand Down

0 comments on commit 135927c

Please sign in to comment.