[llvm] c8b1787 - AMDGPU/GlobalISel: Fix typo
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 10 05:58:17 PDT 2020
Author: Matt Arsenault
Date: 2020-08-10T08:41:17-04:00
New Revision: c8b17874e571d163637cfac57fd4c876ba242bef
URL: https://github.com/llvm/llvm-project/commit/c8b17874e571d163637cfac57fd4c876ba242bef
DIFF: https://github.com/llvm/llvm-project/commit/c8b17874e571d163637cfac57fd4c876ba242bef.diff
LOG: AMDGPU/GlobalISel: Fix typo
Added:
Modified:
llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp b/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
index bb6c13a4f430..ae90c55d7c07 100644
--- a/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
+++ b/llvm/lib/Target/AMDGPU/AMDGPURegisterBankInfo.cpp
@@ -1039,7 +1039,7 @@ bool AMDGPURegisterBankInfo::executeInWaterfallLoop(
// Return any unique registers used by \p MI at \p OpIndices that need to be
// handled in a waterfall loop. Returns these registers in \p
-// SGPROperandRegs. Returns true if there are any operansd to handle and a
+// SGPROperandRegs. Returns true if there are any operands to handle and a
// waterfall loop is necessary.
bool AMDGPURegisterBankInfo::collectWaterfallOperands(
SmallSet<Register, 4> &SGPROperandRegs, MachineInstr &MI,
More information about the llvm-commits
mailing list