Hide two unused debugging methods, NFCI.
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Fri, 1 Mar 2019 17:15:21 +0000 (17:15 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Fri, 1 Mar 2019 17:15:21 +0000 (17:15 +0000)
commite071cd86dfc78e27710cd7df86d587afecbbbbf4
tree7b29cd0d372655a45ff741ea5b57f82ee410043c
parentdd885eaf5f36a4d8b34ab50935dbd9c4123b7e13
Hide two unused debugging methods, NFCI.

GCC correctly moans that PlainCFGBuilder::isExternalDef(llvm::Value*) and
StackSafetyDataFlowAnalysis::verifyFixedPoint() are defined but not used
in Release builds. Hide them behind 'ifndef NDEBUG'.

llvm-svn: 355205
llvm/lib/Analysis/StackSafetyAnalysis.cpp
llvm/lib/Transforms/Vectorize/VPlanHCFGBuilder.cpp