Pass a std::uinque_ptr to ParseAssembly to make the ownership explicit. NFC.
[oota-llvm.git] / lib / Analysis / CGSCCPassManager.cpp
2014-04-21 Chandler Carruth[PM] Add a new-PM-style CGSCC pass manager using the...