[PATCH] D57973: [MemorySSA] Remove verifyClobberSanity.

George Burgess IV via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 11 11:23:16 PST 2019


george.burgess.iv accepted this revision.
george.burgess.iv added a comment.
This revision is now accepted and ready to land.

LGTM with one more nit. Thanks again!



================
Comment at: lib/Analysis/MemorySSA.cpp:1799
-
-void MemorySSA::verifyClobberSanity(const Function &F) const {
-#if !defined(NDEBUG) && defined(EXPENSIVE_CHECKS)
----------------
please also remove the declaration from MemorySSA.h


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57973/new/

https://reviews.llvm.org/D57973





More information about the llvm-commits mailing list