Move cl::opt in SILFunction into assert builds

Swift SVN r21935
This commit is contained in:
Arnold Schwaighofer
2014-09-13 02:45:25 +00:00
parent 1bfdd9e3bf
commit 2c50e5c1b2

View File

@@ -368,9 +368,11 @@ struct DOTGraphTraits<SILFunction *> : public DefaultDOTGraphTraits {
} // end llvm namespace
#endif
#ifndef NDEBUG
llvm::cl::opt<std::string>
TargetFunction("view-cfg-only-for-function", llvm::cl::init(""),
llvm::cl::desc("Only print out the cfg for this function"));
#endif
void SILFunction::viewCFG() const {