summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-c-test/llvm-c-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/tools/llvm-c-test/llvm-c-test.h')
-rw-r--r--llvm/tools/llvm-c-test/llvm-c-test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-c-test/llvm-c-test.h b/llvm/tools/llvm-c-test/llvm-c-test.h
index 5f49d702b21..7929fc4d19b 100644
--- a/llvm/tools/llvm-c-test/llvm-c-test.h
+++ b/llvm/tools/llvm-c-test/llvm-c-test.h
@@ -19,7 +19,7 @@
void tokenize_stdin(void (*cb)(char **tokens, int ntokens));
// module.c
-int module_dump(bool Lazy);
+int module_dump(bool Lazy, bool New);
int module_list_functions(void);
int module_list_globals(void);
OpenPOWER on IntegriCloud