forked from OSchip/llvm-project
parent
5536c9c938
commit
93a0341dbf
|
@ -102,7 +102,7 @@ void PromotePass::findSafeAllocas(Method *M,
|
|||
// register references.
|
||||
//
|
||||
void PromotePass::promoteAlloca(AllocaInst *AI, DominanceFrontier &DFInfo) {
|
||||
cerr << "TODO: Should process: " << AI;
|
||||
std::cerr << "TODO: Should process: " << AI;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue