Update breaking test.
authorAlina Sbirlea <asbirlea@google.com>
Thu, 23 May 2019 19:51:16 +0000 (19:51 +0000)
committerAlina Sbirlea <asbirlea@google.com>
Thu, 23 May 2019 19:51:16 +0000 (19:51 +0000)
llvm-svn: 361542

clang/test/CodeGen/loop-vectorize.c

index 28bd50b..8c81fbe 100644 (file)
@@ -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];