From 9452dd39bb5144f2f68d5cab2ab29a28dbe6874f Mon Sep 17 00:00:00 2001 From: Matt Arsenault Date: Mon, 10 Dec 2018 23:02:40 +0000 Subject: [PATCH] Update test for instcombine change git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@348809 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/vector.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/vector.c b/test/CodeGen/vector.c index c79cd84f7e..f128c8a321 100644 --- a/test/CodeGen/vector.c +++ b/test/CodeGen/vector.c @@ -70,7 +70,7 @@ vec_int1 lax_vector_compare1(int x, vec_int1 y) { } // CHECK: define i32 @lax_vector_compare1(i32 {{.*}}, i32 {{.*}}) -// CHECK: icmp eq <1 x i32> +// CHECK: icmp eq i32 typedef int vec_int2 __attribute__((vector_size(8))); vec_int2 lax_vector_compare2(long long x, vec_int2 y) { -- 2.50.1