Fix typo.
authorJulien Lerouge <jlerouge@apple.com>
Tue, 23 Oct 2012 00:38:15 +0000 (00:38 +0000)
committerJulien Lerouge <jlerouge@apple.com>
Tue, 23 Oct 2012 00:38:15 +0000 (00:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166456 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Transforms/Utils/PromoteMemoryToRegister.cpp

index fb65a1847ca101c5dc160c02de74de0abe9a099a..558de9d12e6c544b7ba252fba7209be361ca70e2 100644 (file)
@@ -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<std::pair<unsigned, unsigned>, PHINode*>::iterator I =