diff options
Diffstat (limited to 'lib/Transforms/Utils/PromoteMemoryToRegister.cpp')
-rw-r--r-- | lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/PromoteMemoryToRegister.cpp b/lib/Transforms/Utils/PromoteMemoryToRegister.cpp index 038f49f892..47fe38f2a6 100644 --- a/lib/Transforms/Utils/PromoteMemoryToRegister.cpp +++ b/lib/Transforms/Utils/PromoteMemoryToRegister.cpp @@ -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; } |