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 f427bd8 commit 5224d2f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libclambcc/ClamBCWriter.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -852,9 +852,9 @@ class ClamBCWriter : public PassInfoMixin<ClamBCWriter>, public InstVisitor<Clam

pMod = F.getParent();

DEBUG_NONPOINTER("Decide whether or not i need this");
F.addFnAttr(Attribute::OptimizeNone);
F.addFnAttr(Attribute::NoInline);
// DEBUG_NONPOINTER("Decide whether or not i need this");
// F.addFnAttr(Attribute::OptimizeNone);
// F.addFnAttr(Attribute::NoInline);

BBMap.clear();
dbgInfo.clear();
Expand Down

0 comments on commit 5224d2f

Please sign in to comment.