From 90d266c0a9e989b794006a1538f9b29186c2d3df Mon Sep 17 00:00:00 2001 From: Sonam Kumari Date: Mon, 8 Dec 2014 09:40:43 +0000 Subject: [PATCH] Removal Of Duplicate Test Case from shift.ll file llvm-svn: 223648 --- llvm/test/Transforms/InstCombine/shift.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/Transforms/InstCombine/shift.ll b/llvm/test/Transforms/InstCombine/shift.ll index 5586bb6..178a3b3 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, + %B = lshr <4 x i32> %A, ret <4 x i32> %B } -- 2.7.4