From: Sanjay Patel Date: Sun, 21 Aug 2016 16:40:42 +0000 (+0000) Subject: remove FIXME comment; fixed by previous commit X-Git-Tag: llvmorg-4.0.0-rc1~11797 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=163a5ab799f840077f6e8a5a78f48ac8bbac9d69;p=platform%2Fupstream%2Fllvm.git remove FIXME comment; fixed by previous commit llvm-svn: 279400 --- diff --git a/llvm/test/Transforms/InstCombine/shift.ll b/llvm/test/Transforms/InstCombine/shift.ll index c394577..537e5cd 100644 --- a/llvm/test/Transforms/InstCombine/shift.ll +++ b/llvm/test/Transforms/InstCombine/shift.ll @@ -605,7 +605,6 @@ define i1 @test33(i32 %X) { ret i1 %tmp2 } -; FIXME: Vectors should fold the same way. define <2 x i1> @test33vec(<2 x i32> %X) { ; CHECK-LABEL: @test33vec( ; CHECK-NEXT: [[TMP1_MASK:%.*]] = and <2 x i32> %X,