remove FIXME comment; fixed by previous commit

llvm-svn: 279400
This commit is contained in:
Sanjay Patel 2016-08-21 16:40:42 +00:00
parent 7ffcde7422
commit 163a5ab799
1 changed files with 0 additions and 1 deletions

View File

@ -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, <i32 16777216, i32 16777216>