Skip to content

Commit

Permalink
Update libclambcc/ClamBCRemoveUnsupportedICMPIntrinsics/ClamBCRemoveU…
Browse files Browse the repository at this point in the history
…nsupportedICMPIntrinsics.cpp

Co-authored-by: Micah Snyder <[email protected]>
  • Loading branch information
ragusaa and micahsnyder committed Feb 2, 2024
1 parent 5c4825f commit c37f725
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ using namespace std;
namespace
{
/*
* Remove smin intrinsic because it's not supported by our runtime.
*/
* Remove smin intrinsic because it's not supported by our runtime.
*/
struct ClamBCRemoveUnsupportedICMPIntrinsics : public PassInfoMixin<ClamBCRemoveUnsupportedICMPIntrinsics> {
protected:
Module *pMod = nullptr;
Expand Down

0 comments on commit c37f725

Please sign in to comment.