Skip to content

Commit

Permalink
Update libclambcc/ClamBCRemoveFreezeInsts/ClamBCRemoveFreezeInsts.cpp
Browse files Browse the repository at this point in the history
Co-authored-by: Micah Snyder <[email protected]>
  • Loading branch information
ragusaa and micahsnyder committed Feb 2, 2024
1 parent fabf4e8 commit 8ce8449
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ using namespace std;
namespace
{
/*
* Freeze Instructions are to guarantee sane behaviour in the case of undefs or poison values. The interpreter
* has no notion of freeze instructions, so we are removing them. The verifier will fail if there are undef or
* poison values in the IR, so this is safe to do.
*/
* Freeze Instructions are to guarantee sane behaviour in the case of undefs or poison values. The interpreter
* has no notion of freeze instructions, so we are removing them. The verifier will fail if there are undef or
* poison values in the IR, so this is safe to do.
*/
struct ClamBCRemoveFreezeInsts : public PassInfoMixin<ClamBCRemoveFreezeInsts> {
protected:
Module *pMod = nullptr;
Expand Down

0 comments on commit 8ce8449

Please sign in to comment.