summaryrefslogtreecommitdiffstats
path: root/contrib/llvm/include/llvm-c/lto.h
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/llvm/include/llvm-c/lto.h')
-rw-r--r--contrib/llvm/include/llvm-c/lto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/llvm/include/llvm-c/lto.h b/contrib/llvm/include/llvm-c/lto.h
index 7cafcb2..93f3760 100644
--- a/contrib/llvm/include/llvm-c/lto.h
+++ b/contrib/llvm/include/llvm-c/lto.h
@@ -102,7 +102,7 @@ lto_module_is_object_file_in_memory(const void* mem, size_t length);
*/
extern bool
lto_module_is_object_file_in_memory_for_target(const void* mem, size_t length,
- const char* target_triple_prefix);
+ const char* target_triple_prefix);
/**
OpenPOWER on IntegriCloud