[PATCH] D70731: [NFC][AArch64] Fix typo.
Jim Lin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 12 18:24:58 PST 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rGbc16666de430: [NFC][AArch64] Fix typo. (authored by ncv, committed by Jim).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D70731/new/
https://reviews.llvm.org/D70731
Files:
llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
Index: llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
===================================================================
--- llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
+++ llvm/lib/Target/AArch64/AArch64TargetMachine.cpp
@@ -572,7 +572,7 @@
if (TM->getOptLevel() != CodeGenOpt::None && EnableAdvSIMDScalar) {
addPass(createAArch64AdvSIMDScalar());
// The AdvSIMD pass may produce copies that can be rewritten to
- // be register coaleascer friendly.
+ // be register coalescer friendly.
addPass(&PeepholeOptimizerID);
}
}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D70731.233728.patch
Type: text/x-patch
Size: 559 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191213/f2bf1b17/attachment.bin>
More information about the llvm-commits
mailing list