[InstCombine] Remove a FIXME from a test that was fixed in r314025.

llvm-svn: 314030
This commit is contained in:
Craig Topper 2017-09-22 21:47:20 +00:00
parent ba0367a708
commit 615729b305
1 changed files with 0 additions and 1 deletions

View File

@ -168,7 +168,6 @@ define i1 @nsw_sgt1(i8 %a) {
ret i1 %c
}
; FIXME: This should be 'eq 127' as above.
define <2 x i1> @nsw_sgt1_splat_vec(<2 x i8> %a) {
; CHECK-LABEL: @nsw_sgt1_splat_vec(
; CHECK-NEXT: [[C:%.*]] = icmp eq <2 x i8> [[A:%.*]], <i8 127, i8 127>