summaryrefslogtreecommitdiffstats
path: root/clang/test/Sema/builtin-prefetch.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Sema/builtin-prefetch.c')
-rw-r--r--clang/test/Sema/builtin-prefetch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Sema/builtin-prefetch.c b/clang/test/Sema/builtin-prefetch.c
index 6b39e75d525..bf28277acb8 100644
--- a/clang/test/Sema/builtin-prefetch.c
+++ b/clang/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);
OpenPOWER on IntegriCloud