summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-02-15 23:40:06 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-02-15 23:40:06 +0000
commit6ada31c2a686eb7647134c910e716b6a3509d64d (patch)
treec8613b1f8310cd909af79f9b0a3909aaaf4b4536 /llvm/include/llvm-c
parent20ebada4f8d1067733f01d6dd19ff76b5d38b3c5 (diff)
downloadbcm5719-llvm-6ada31c2a686eb7647134c910e716b6a3509d64d.tar.gz
bcm5719-llvm-6ada31c2a686eb7647134c910e716b6a3509d64d.zip
Rename LLVMSetDataLayout's argument to match what they stand for
llvm-svn: 260916
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/Core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h
index c2445748c2f..cd987c88f56 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -490,7 +490,7 @@ const char *LLVMGetDataLayout(LLVMModuleRef M);
*
* @see Module::setDataLayout()
*/
-void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple);
+void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr);
/**
* Obtain the target triple for a module.
OpenPOWER on IntegriCloud