From: Sanjay Patel Date: Wed, 1 Feb 2017 21:38:32 +0000 (+0000) Subject: fix typos; NFC X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=23b374dce0a58b7299850a067ea1fb2107cf6b9d;p=llvm fix typos; NFC git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@293816 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/Transforms/InstCombine/apint-shift.ll b/test/Transforms/InstCombine/apint-shift.ll index f1276beec9f..7feec91d0c0 100644 --- a/test/Transforms/InstCombine/apint-shift.ll +++ b/test/Transforms/InstCombine/apint-shift.ll @@ -126,8 +126,8 @@ define <2 x i19> @lshr_lshr_splat_vec(<2 x i19> %X) { ret <2 x i19> %sh2 } -define i9 @multituse_lshr_lshr(i9 %x) { -; CHECK-LABEL: @multituse_lshr_lshr( +define i9 @multiuse_lshr_lshr(i9 %x) { +; CHECK-LABEL: @multiuse_lshr_lshr( ; CHECK-NEXT: [[SH1:%.*]] = lshr i9 %x, 2 ; CHECK-NEXT: [[SH2:%.*]] = lshr i9 %x, 5 ; CHECK-NEXT: [[MUL:%.*]] = mul i9 [[SH1]], [[SH2]] @@ -178,8 +178,8 @@ define i42 @multiuse_shl_shl(i42 %x) { ret i42 %mul } -define <2 x i42> @mulituse_shl_shl_splat(<2 x i42> %x) { -; CHECK-LABEL: @mulituse_shl_shl_splat( +define <2 x i42> @multiuse_shl_shl_splat(<2 x i42> %x) { +; CHECK-LABEL: @multiuse_shl_shl_splat( ; CHECK-NEXT: [[SH1:%.*]] = shl <2 x i42> %x, ; CHECK-NEXT: [[SH2:%.*]] = shl <2 x i42> %x, ; CHECK-NEXT: [[MUL:%.*]] = mul <2 x i42> [[SH1]], [[SH2]]