Namespaces
authorChris Lattner <sabre@nondot.org>
Sun, 24 Feb 2002 23:03:09 +0000 (23:03 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 24 Feb 2002 23:03:09 +0000 (23:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1791 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/PromoteMemoryToRegister.cpp

index 038f49f892b620b951908c19778e4d55a91d73f9..47fe38f2a67e73635abdf0a35182d5e78094aa5c 100644 (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;
 }