diff options
author | Adrian Prantl <aprantl@apple.com> | 2016-11-14 17:26:32 +0000 |
---|---|---|
committer | Adrian Prantl <aprantl@apple.com> | 2016-11-14 17:26:32 +0000 |
commit | 1f9ac96cb1bfabac2cfae6a8d8eb133637a7064e (patch) | |
tree | 4b539b889c6a05ada5adcb97823715d1c4713408 /llvm/lib | |
parent | 3624bdf60aa49dd3943ac4a2cdb552143df3964a (diff) | |
download | bcm5719-llvm-1f9ac96cb1bfabac2cfae6a8d8eb133637a7064e.tar.gz bcm5719-llvm-1f9ac96cb1bfabac2cfae6a8d8eb133637a7064e.zip |
Typo
llvm-svn: 286845
Diffstat (limited to 'llvm/lib')
-rw-r--r-- | llvm/lib/Linker/IRMover.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Linker/IRMover.cpp b/llvm/lib/Linker/IRMover.cpp index 3c58d54802d..4c51292115c 100644 --- a/llvm/lib/Linker/IRMover.cpp +++ b/llvm/lib/Linker/IRMover.cpp @@ -568,7 +568,7 @@ Value *IRLinker::materialize(Value *V, bool ForAlias) { } // When linking a global for an alias, it will always be linked. However we - // need to check if it was not already scheduled to satify a reference from a + // need to check if it was not already scheduled to satisfy a reference from a // regular global value initializer. We know if it has been schedule if the // "New" GlobalValue that is mapped here for the alias is the same as the one // already mapped. If there is an entry in the ValueMap but the value is |