diff options
author | Julien Lerouge <jlerouge@apple.com> | 2012-10-23 00:38:15 +0000 |
---|---|---|
committer | Julien Lerouge <jlerouge@apple.com> | 2012-10-23 00:38:15 +0000 |
commit | a302b6d95e9f026f0bf72281342da070176b6680 (patch) | |
tree | 60965d46c4bf2daff6dce9cc72fab1c559a384da /llvm/lib/Transforms | |
parent | 2ddcbab8ff9cf1c41ddb287145b101aa97a027ae (diff) | |
download | bcm5719-llvm-a302b6d95e9f026f0bf72281342da070176b6680.tar.gz bcm5719-llvm-a302b6d95e9f026f0bf72281342da070176b6680.zip |
Fix typo.
llvm-svn: 166456
Diffstat (limited to 'llvm/lib/Transforms')
-rw-r--r-- | llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp b/llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp index fb65a1847ca..558de9d12e6 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<std::pair<unsigned, unsigned>, PHINode*>::iterator I = |