diff options
Diffstat (limited to 'src/pass.h')
-rw-r--r-- | src/pass.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pass.h b/src/pass.h index 326c3d5b9..8064edc32 100644 --- a/src/pass.h +++ b/src/pass.h @@ -201,7 +201,7 @@ private: // class Pass { public: - virtual ~Pass() {}; + virtual ~Pass() = default; // Override this to perform preparation work before the pass runs. // This will be called before the pass is run on a module. |