diff options
author | Alina Sbirlea <asbirlea@google.com> | 2019-05-23 19:51:16 +0000 |
---|---|---|
committer | Alina Sbirlea <asbirlea@google.com> | 2019-05-23 19:51:16 +0000 |
commit | 9925ef78ce2c5d464a9148493892847ee505853a (patch) | |
tree | e7d5ec5316c25b4ba6f61482eaa28f0ce7109346 /clang/test/CodeGen/loop-vectorize.c | |
parent | 5c714cbdd83166e10b27b8e5ea2700654da2e90b (diff) | |
download | bcm5719-llvm-9925ef78ce2c5d464a9148493892847ee505853a.tar.gz bcm5719-llvm-9925ef78ce2c5d464a9148493892847ee505853a.zip |
Update breaking test.
llvm-svn: 361542
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]; |