aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/builtin-prefetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/builtin-prefetch.c')
-rw-r--r--test/Sema/builtin-prefetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/builtin-prefetch.c b/test/Sema/builtin-prefetch.c
index 6b39e75d5257..bf28277acb81 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);