summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/cfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'clang/test/Analysis/cfg.c')
-rw-r--r--clang/test/Analysis/cfg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Analysis/cfg.c b/clang/test/Analysis/cfg.c
index 429406252538..4bd84e689f25 100644
--- a/clang/test/Analysis/cfg.c
+++ b/clang/test/Analysis/cfg.c
@@ -50,7 +50,7 @@ void checkWrap(int i) {
// CHECK-NEXT: 4: asm ("" : "=r" ([B1.3]));
// CHECK-NEXT: 5: arg
// CHECK-NEXT: 6: asm ("" : "=r" ([B1.5]));
-void checkGCCAsmRValueOutput() {
+void checkGCCAsmRValueOutput(void) {
int arg;
__asm__("" : "=r"((int)arg)); // rvalue output operand
__asm__("" : "=r"(arg)); // lvalue output operand