diff --git a/libclambcc/ClamBCRemoveUnsupportedICMPIntrinsics/ClamBCRemoveUnsupportedICMPIntrinsics.cpp b/libclambcc/ClamBCRemoveUnsupportedICMPIntrinsics/ClamBCRemoveUnsupportedICMPIntrinsics.cpp index 9a7ae73374..4ede0dc0a4 100644 --- a/libclambcc/ClamBCRemoveUnsupportedICMPIntrinsics/ClamBCRemoveUnsupportedICMPIntrinsics.cpp +++ b/libclambcc/ClamBCRemoveUnsupportedICMPIntrinsics/ClamBCRemoveUnsupportedICMPIntrinsics.cpp @@ -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 { protected: Module *pMod = nullptr;