summaryrefslogtreecommitdiffstats
path: root/llvm/lib
diff options
context:
space:
mode:
authorGeorge Burgess IV <george.burgess.iv@gmail.com>2016-07-06 00:28:43 +0000
committerGeorge Burgess IV <george.burgess.iv@gmail.com>2016-07-06 00:28:43 +0000
commita362b09a81aa6c67943143a40596ccbb60d70364 (patch)
tree556c06772083cbd96f6d5f45597638e8c8449986 /llvm/lib
parentbfa401e5ad960ad1fff0569c9189c7df2b6df5c3 (diff)
downloadbcm5719-llvm-a362b09a81aa6c67943143a40596ccbb60d70364.tar.gz
bcm5719-llvm-a362b09a81aa6c67943143a40596ccbb60d70364.zip
[MSSA] Fix typo. NFC.
llvm-svn: 274590
Diffstat (limited to 'llvm/lib')
-rw-r--r--llvm/lib/Transforms/Utils/MemorySSA.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Transforms/Utils/MemorySSA.cpp b/llvm/lib/Transforms/Utils/MemorySSA.cpp
index 289fff8292d..a1f04c574f0 100644
--- a/llvm/lib/Transforms/Utils/MemorySSA.cpp
+++ b/llvm/lib/Transforms/Utils/MemorySSA.cpp
@@ -245,7 +245,7 @@ void MemorySSA::computeDomLevels(DenseMap<DomTreeNode *, unsigned> &DomLevels) {
DomLevels[*DFI] = DFI.getPathLength() - 1;
}
-/// \brief This handles unreachable block acccesses by deleting phi nodes in
+/// \brief This handles unreachable block accesses by deleting phi nodes in
/// unreachable blocks, and marking all other unreachable MemoryAccess's as
/// being uses of the live on entry definition.
void MemorySSA::markUnreachableAsLiveOnEntry(BasicBlock *BB) {
OpenPOWER on IntegriCloud