[InstCombine] Remove a FIXME from a test that was fixed in r314025.
authorCraig Topper <craig.topper@intel.com>
Fri, 22 Sep 2017 21:47:20 +0000 (21:47 +0000)
committerCraig Topper <craig.topper@intel.com>
Fri, 22 Sep 2017 21:47:20 +0000 (21:47 +0000)
llvm-svn: 314030

llvm/test/Transforms/InstCombine/icmp-add.ll

index c9e1371..ec2fd13 100644 (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>