From 80f2eec4b2ef99243200336354f6879a1098aa07 Mon Sep 17 00:00:00 2001 From: Sanjay Patel Date: Thu, 4 Aug 2016 18:14:02 +0000 Subject: [PATCH] remove FIXME comments (fixed with r277738) llvm-svn: 277744 --- llvm/test/Transforms/InstSimplify/compare.ll | 2 -- 1 file changed, 2 deletions(-) diff --git a/llvm/test/Transforms/InstSimplify/compare.ll b/llvm/test/Transforms/InstSimplify/compare.ll index ece5848..5c1bbc0 100644 --- a/llvm/test/Transforms/InstSimplify/compare.ll +++ b/llvm/test/Transforms/InstSimplify/compare.ll @@ -1015,7 +1015,6 @@ define i1 @icmp_eq_const(i32 %a) { ret i1 %c } -; FIXME: Vectors should fold the same way. define <2 x i1> @icmp_eq_const_vec(<2 x i32> %a) { ; CHECK-LABEL: @icmp_eq_const_vec( ; CHECK-NEXT: ret <2 x i1> zeroinitializer @@ -1034,7 +1033,6 @@ define i1 @icmp_ne_const(i32 %a) { ret i1 %c } -; FIXME: Vectors should fold the same way. define <2 x i1> @icmp_ne_const_vec(<2 x i32> %a) { ; CHECK-LABEL: @icmp_ne_const_vec( ; CHECK-NEXT: ret <2 x i1> -- 2.7.4