Commit 1e889586 by Jan Voung

Add dtor to InstX8632Lockable.

Speculative fix for Mac GCC build. BUG=none R=dschuff@chromium.org Review URL: https://codereview.chromium.org/432523002
parent 0a450519
......@@ -621,6 +621,7 @@ protected:
// with optimizations.
HasSideEffects = Locked;
}
virtual ~InstX8632Lockable() {}
private:
InstX8632Lockable(const InstX8632Lockable &) LLVM_DELETED_FUNCTION;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment