From a302b6d95e9f026f0bf72281342da070176b6680 Mon Sep 17 00:00:00 2001 From: Julien Lerouge Date: Tue, 23 Oct 2012 00:38:15 +0000 Subject: [PATCH] Fix typo. llvm-svn: 166456 --- llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp b/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp index fb65a1847ca1..558de9d12e6c 100644 --- a/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp +++ b/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp @@ -593,7 +593,7 @@ void PromoteMem2Reg::run() { EliminatedAPHI = false; // Iterating over NewPhiNodes is deterministic, so it is safe to try to - // simplify and RUAW them as we go. If it was not, we could add uses to + // simplify and RAUW them as we go. If it was not, we could add uses to // the values we replace with in a non deterministic order, thus creating // non deterministic def->use chains. for (DenseMap, PHINode*>::iterator I =