From 6ada31c2a686eb7647134c910e716b6a3509d64d Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Mon, 15 Feb 2016 23:40:06 +0000 Subject: Rename LLVMSetDataLayout's argument to match what they stand for llvm-svn: 260916 --- llvm/include/llvm-c/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/include/llvm-c') 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. -- cgit v1.2.3