r361542 - Update breaking test.

Alina Sbirlea via cfe-commits cfe-commits at lists.llvm.org
Thu May 23 12:51:16 PDT 2019


Author: asbirlea
Date: Thu May 23 12:51:16 2019
New Revision: 361542

URL: http://llvm.org/viewvc/llvm-project?rev=361542&view=rev
Log:
Update breaking test.

Modified:
    cfe/trunk/test/CodeGen/loop-vectorize.c

Modified: cfe/trunk/test/CodeGen/loop-vectorize.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/CodeGen/loop-vectorize.c?rev=361542&r1=361541&r2=361542&view=diff
==============================================================================
--- cfe/trunk/test/CodeGen/loop-vectorize.c (original)
+++ cfe/trunk/test/CodeGen/loop-vectorize.c Thu May 23 12:51:16 2019
@@ -10,7 +10,7 @@
 // CHECK-DISABLE-VECT: fmul double
 // CHECK-DISABLE-VECT-NOT: fmul <{{[0-9]+}} x double>
 
-#include <stdio.h>
+int printf(const char * restrict format, ...);
 
 void for_test() {
   double A[1000], B[1000];




More information about the cfe-commits mailing list