From: Sanjay Patel Date: Wed, 10 May 2017 14:25:23 +0000 (+0000) Subject: [InstCombine] fix typo in test comment; NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fa879b87eb915c0f853b9c3f76b76d86c9c372f7;p=llvm [InstCombine] fix typo in test comment; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@302669 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/and.ll b/test/Transforms/InstCombine/and.ll index 8ef7870891f..7bb9b95b317 100644 --- a/test/Transforms/InstCombine/and.ll +++ b/test/Transforms/InstCombine/and.ll @@ -310,7 +310,7 @@ define i8 @test27(i8 %A) { ret i8 %E } -;; This is juse a zero extending shr. +;; This is just a zero-extending shr. define i32 @test28(i32 %X) { ; CHECK-LABEL: @test28( ; CHECK-NEXT: [[Y1:%.*]] = lshr i32 %X, 24