summaryrefslogtreecommitdiff
path: root/include/llvm-c/lto.h
diff options
context:
space:
mode:
authorEric Christopher <echristo@apple.com>2010-07-12 05:13:35 +0000
committerEric Christopher <echristo@apple.com>2010-07-12 05:13:35 +0000
commitca3ca138d88139e24a8e60fef982436575a19f38 (patch)
treec9f1b727d54a0aee3706192d10bc51a2f3c7fd1b /include/llvm-c/lto.h
parenta6c04ee4c89111755f84e2a57d5864f3e289d07a (diff)
downloadllvm-ca3ca138d88139e24a8e60fef982436575a19f38.tar.gz
llvm-ca3ca138d88139e24a8e60fef982436575a19f38.tar.bz2
llvm-ca3ca138d88139e24a8e60fef982436575a19f38.tar.xz
80 columns.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@108126 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/lto.h')
-rw-r--r--include/llvm-c/lto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/lto.h b/include/llvm-c/lto.h
index 7cafcb29f2..93f37605a4 100644
--- a/include/llvm-c/lto.h
+++ b/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);
/**