From: Kazushi (Jam) Marukawa Date: Tue, 5 Jan 2021 09:54:05 +0000 (+0900) Subject: [VE][NFC] Fix typo in comments X-Git-Tag: llvmorg-13-init~2112 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=53a341a61d1fc2d0c455738a6a4d5f5d54a4e1d3;p=platform%2Fupstream%2Fllvm.git [VE][NFC] Fix typo in comments --- diff --git a/llvm/lib/Target/VE/VEISelLowering.cpp b/llvm/lib/Target/VE/VEISelLowering.cpp index 10b99ac..e83483d 100644 --- a/llvm/lib/Target/VE/VEISelLowering.cpp +++ b/llvm/lib/Target/VE/VEISelLowering.cpp @@ -257,7 +257,7 @@ void VETargetLowering::initSPUActions() { // Support i8/i16 atomic swap. setOperationAction(ISD::ATOMIC_SWAP, VT, Custom); - // FIXME: Support "atmam" isntructions. + // FIXME: Support "atmam" instructions. setOperationAction(ISD::ATOMIC_LOAD_ADD, VT, Expand); setOperationAction(ISD::ATOMIC_LOAD_SUB, VT, Expand); setOperationAction(ISD::ATOMIC_LOAD_AND, VT, Expand); @@ -274,7 +274,7 @@ void VETargetLowering::initSPUActions() { setOperationAction(ISD::ATOMIC_LOAD_UMAX, VT, Expand); } - /// } Atomic isntructions + /// } Atomic instructions // Intrinsic instructions setOperationAction(ISD::INTRINSIC_WO_CHAIN, MVT::Other, Custom);