diff options
author | Sanjay Patel <spatel@rotateright.com> | 2017-02-01 21:38:32 +0000 |
---|---|---|
committer | Sanjay Patel <spatel@rotateright.com> | 2017-02-01 21:38:32 +0000 |
commit | 2b0cd30ce50b308f2f380d43582b6444e81f243f (patch) | |
tree | 2283c26efbd194886dd6a94932ea97b064cb31e4 /llvm/test/Transforms/InstCombine/apint-shift.ll | |
parent | 62559bd7ce0cfb9e8603e7d6a9184e9c8c91bb92 (diff) | |
download | bcm5719-llvm-2b0cd30ce50b308f2f380d43582b6444e81f243f.tar.gz bcm5719-llvm-2b0cd30ce50b308f2f380d43582b6444e81f243f.zip |
fix typos; NFC
llvm-svn: 293816
Diffstat (limited to 'llvm/test/Transforms/InstCombine/apint-shift.ll')
-rw-r--r-- | llvm/test/Transforms/InstCombine/apint-shift.ll | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/llvm/test/Transforms/InstCombine/apint-shift.ll b/llvm/test/Transforms/InstCombine/apint-shift.ll index f1276beec9f..7feec91d0c0 100644 --- a/llvm/test/Transforms/InstCombine/apint-shift.ll +++ b/llvm/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, <i42 8, i42 8> ; CHECK-NEXT: [[SH2:%.*]] = shl <2 x i42> %x, <i42 17, i42 17> ; CHECK-NEXT: [[MUL:%.*]] = mul <2 x i42> [[SH1]], [[SH2]] |