summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-08-26 17:47:45 +0000
committerDevang Patel <dpatel@apple.com>2010-08-26 17:47:45 +0000
commit767b5b6227a49cac98c275ab05f1560da0fe90be (patch)
treea8c5a4ca38d47275b9431dd73900899e881bb40b /tools
parent62efd3b38576536cf06ed5bf2f39535eb7961e99 (diff)
Fix prototypes.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112200 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'tools')
-rw-r--r--tools/lto/lto.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/lto/lto.cpp b/tools/lto/lto.cpp
index a7ce2a07bbf..3d7ef0a1cb9 100644
--- a/tools/lto/lto.cpp
+++ b/tools/lto/lto.cpp
@@ -150,7 +150,7 @@ const char* lto_module_get_symbol_name(lto_module_t mod, uint32_t index)
// returns the attributes of the ith symbol in the object module
//
lto_symbol_attributes lto_module_get_symbol_attribute(lto_module_t mod,
- uint32_t index)
+ uint32_t index)
{
return mod->getSymbolAttributes(index);
}