Add explicit `this->` to access method in attempt to fix gcc5 build (NFC)
authorMehdi Amini <joker.eph@gmail.com>
Mon, 28 Feb 2022 08:54:38 +0000 (08:54 +0000)
committerMehdi Amini <joker.eph@gmail.com>
Mon, 28 Feb 2022 08:54:38 +0000 (08:54 +0000)
commit47ddf382e6cb0c63cb178abee77a4c4236aa1304
tree0137629b272fc6448ceabf91da7c945ee1179718
parent77296dc5e98d06a20aea46fdc38268afb44518ac
Add explicit `this->` to access method in attempt to fix gcc5 build (NFC)
mlir/lib/Tools/PDLL/CodeGen/MLIRGen.cpp