Namespaces

llvm-svn: 1791
This commit is contained in:
Chris Lattner 2002-02-24 23:03:09 +00:00
parent 5536c9c938
commit 93a0341dbf
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}