From: Alina Sbirlea Date: Thu, 23 May 2019 19:51:16 +0000 (+0000) Subject: Update breaking test. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f52da25213be0f2021f4806ec55d7e7cb7a2ed91;p=clang Update breaking test. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361542 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/loop-vectorize.c b/test/CodeGen/loop-vectorize.c index 28bd50bbd2..8c81fbebec 100644 --- a/test/CodeGen/loop-vectorize.c +++ b/test/CodeGen/loop-vectorize.c @@ -10,7 +10,7 @@ // CHECK-DISABLE-VECT: fmul double // CHECK-DISABLE-VECT-NOT: fmul <{{[0-9]+}} x double> -#include +int printf(const char * restrict format, ...); void for_test() { double A[1000], B[1000];