diff options
author | Eric Christopher <echristo@apple.com> | 2010-07-12 05:13:35 +0000 |
---|---|---|
committer | Eric Christopher <echristo@apple.com> | 2010-07-12 05:13:35 +0000 |
commit | 135de90eecbf28b8818e271fb3f6a23378ec3fdc (patch) | |
tree | 978c5bc8e1247b34a9ec057a039843a9b40b03d5 /llvm/include/llvm-c/lto.h | |
parent | d83984f62319c0f4eb3be473e36079700fb76538 (diff) | |
download | bcm5719-llvm-135de90eecbf28b8818e271fb3f6a23378ec3fdc.tar.gz bcm5719-llvm-135de90eecbf28b8818e271fb3f6a23378ec3fdc.zip |
80 columns.
llvm-svn: 108126
Diffstat (limited to 'llvm/include/llvm-c/lto.h')
-rw-r--r-- | llvm/include/llvm-c/lto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h index 7cafcb29f21..93f37605a41 100644 --- a/llvm/include/llvm-c/lto.h +++ b/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); /** |