[PATCH] D68235: [Dominators][CodeGen] Add MachinePostDominatorTree verification
Jakub Kuderski via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 30 12:10:35 PDT 2019
kuhar added inline comments.
================
Comment at: llvm/lib/CodeGen/MachineDominators.cpp:23
#ifdef EXPENSIVE_CHECKS
-static bool VerifyMachineDomInfo = true;
+bool VerifyMachineDomInfo = true;
#else
----------------
TODO: This should probably be in namespace llvm now.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D68235/new/
https://reviews.llvm.org/D68235
More information about the llvm-commits
mailing list