mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Move cl::opt in SILFunction into assert builds
Swift SVN r21935
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user