diff options
Diffstat (limited to 'test/Sema/builtin-prefetch.c')
-rw-r--r-- | test/Sema/builtin-prefetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/builtin-prefetch.c b/test/Sema/builtin-prefetch.c index 6b39e75d52..bf28277acb 100644 --- a/test/Sema/builtin-prefetch.c +++ b/test/Sema/builtin-prefetch.c @@ -1,6 +1,6 @@ // RUN: clang-cc -fsyntax-only -verify %s -int foo() { +void foo() { int a; __builtin_prefetch(&a); __builtin_prefetch(&a, 1); |