summaryrefslogtreecommitdiff
path: root/lib/Transforms
diff options
context:
space:
mode:
authorJulien Lerouge <jlerouge@apple.com>2012-10-23 00:38:15 +0000
committerJulien Lerouge <jlerouge@apple.com>2012-10-23 00:38:15 +0000
commit8245a17a14e44df02c4488563d3ab50bee91c349 (patch)
tree206c31d44ebcc557de82d024639ee102d3ade07d /lib/Transforms
parent6ecdd0e8247b526521ab12124d157ca58c5de22f (diff)
downloadllvm-8245a17a14e44df02c4488563d3ab50bee91c349.tar.gz
llvm-8245a17a14e44df02c4488563d3ab50bee91c349.tar.bz2
llvm-8245a17a14e44df02c4488563d3ab50bee91c349.tar.xz
Fix typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166456 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Transforms')
-rw-r--r--lib/Transforms/Utils/PromoteMemoryToRegister.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Transforms/Utils/PromoteMemoryToRegister.cpp b/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
index fb65a1847c..558de9d12e 100644
--- a/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
+++ b/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<std::pair<unsigned, unsigned>, PHINode*>::iterator I =