diff options
Diffstat (limited to 'clang/test/CodeGen/loop-vectorize.c')
-rw-r--r-- | clang/test/CodeGen/loop-vectorize.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/CodeGen/loop-vectorize.c b/clang/test/CodeGen/loop-vectorize.c index 28bd50bbd2e..8c81fbebecb 100644 --- a/clang/test/CodeGen/loop-vectorize.c +++ b/clang/test/CodeGen/loop-vectorize.c @@ -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]; |