diff options
Diffstat (limited to 'llvm/tools/llvm-c-test/llvm-c-test.h')
| -rw-r--r-- | llvm/tools/llvm-c-test/llvm-c-test.h | 2 |
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); |

