[llvm] r283108 - AMDGPU: Fix typo

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 3 06:06:58 PDT 2016


Author: arsenm
Date: Mon Oct  3 08:06:58 2016
New Revision: 283108

URL: http://llvm.org/viewvc/llvm-project?rev=283108&view=rev
Log:
AMDGPU: Fix typo

Modified:
    llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.cpp

Modified: llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.cpp
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.cpp?rev=283108&r1=283107&r2=283108&view=diff
==============================================================================
--- llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.cpp (original)
+++ llvm/trunk/lib/Target/AMDGPU/SIRegisterInfo.cpp Mon Oct  3 08:06:58 2016
@@ -750,7 +750,7 @@ bool SIRegisterInfo::shouldRewriteCopySr
   // We want to prefer the smallest register class possible, so we don't want to
   // stop and rewrite on anything that looks like a subregister
   // extract. Operations mostly don't care about the super register class, so we
-  // only want to stop on the most basic of copies between the smae register
+  // only want to stop on the most basic of copies between the same register
   // class.
   //
   // e.g. if we have something like




More information about the llvm-commits mailing list