From 53a341a61d1fc2d0c455738a6a4d5f5d54a4e1d3 Mon Sep 17 00:00:00 2001 From: "Kazushi (Jam) Marukawa" Date: Tue, 5 Jan 2021 18:54:05 +0900 Subject: [PATCH] [VE][NFC] Fix typo in comments --- llvm/lib/Target/VE/VEISelLowering.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.7.4