diff options
| author | Sonam Kumari <sonam.kumari@samsung.com> | 2014-12-08 09:40:43 +0000 |
|---|---|---|
| committer | Sonam Kumari <sonam.kumari@samsung.com> | 2014-12-08 09:40:43 +0000 |
| commit | 90d266c0a9e989b794006a1538f9b29186c2d3df (patch) | |
| tree | c12c834f2e39c44776d29bf5f8da61f2d7e1c67b /llvm/test/Transforms | |
| parent | 56af7e6ab42d95536063032a9abe77a6c7904fe2 (diff) | |
| download | bcm5719-llvm-90d266c0a9e989b794006a1538f9b29186c2d3df.tar.gz bcm5719-llvm-90d266c0a9e989b794006a1538f9b29186c2d3df.zip | |
Removal Of Duplicate Test Case from shift.ll file
llvm-svn: 223648
Diffstat (limited to 'llvm/test/Transforms')
| -rw-r--r-- | llvm/test/Transforms/InstCombine/shift.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Transforms/InstCombine/shift.ll b/llvm/test/Transforms/InstCombine/shift.ll index 5586bb65278..178a3b3584d 100644 --- a/llvm/test/Transforms/InstCombine/shift.ll +++ b/llvm/test/Transforms/InstCombine/shift.ll @@ -57,7 +57,7 @@ define <4 x i32> @test5_zero_vector(<4 x i32> %A) { define <4 x i32> @test5_non_splat_vector(<4 x i32> %A) { ; CHECK-LABEL: @test5_non_splat_vector( ; CHECK-NOT: ret <4 x i32> undef - %B = shl <4 x i32> %A, <i32 32, i32 1, i32 2, i32 3> + %B = lshr <4 x i32> %A, <i32 32, i32 1, i32 2, i32 3> ret <4 x i32> %B } |

