[PATCH] D83951: fit typo

Xinan Jiang(姜曦楠) via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 16 07:17:02 PDT 2020


xinan-jiang created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83951

Files:
  llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll


Index: llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll
===================================================================
--- llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll
+++ llvm/test/Transforms/InstCombine/shift-amount-reassociation-with-truncation-shl.ll
@@ -194,7 +194,7 @@
   ret i16 %t5
 }
 
-; Bit width mismatch of shit amount
+; Bit width mismatch of shift amount
 
 @Y32 = global i32 42
 @Y16 = global i16 42


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83951.278468.patch
Type: text/x-patch
Size: 493 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200716/95dc9d53/attachment.bin>


More information about the llvm-commits mailing list