| commit | 6ada31c2a686eb7647134c910e716b6a3509d64d | [log] [tgz] |
|---|---|---|
| author | Amaury Sechet <deadalnix@gmail.com> | Mon Feb 15 23:40:06 2016 +0000 |
| committer | Amaury Sechet <deadalnix@gmail.com> | Mon Feb 15 23:40:06 2016 +0000 |
| tree | c8613b1f8310cd909af79f9b0a3909aaaf4b4536 | |
| parent | 20ebada4f8d1067733f01d6dd19ff76b5d38b3c5 [diff] [blame] |
Rename LLVMSetDataLayout's argument to match what they stand for llvm-svn: 260916
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index c244574..cd987c8 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h
@@ -490,7 +490,7 @@ * * @see Module::setDataLayout() */ -void LLVMSetDataLayout(LLVMModuleRef M, const char *Triple); +void LLVMSetDataLayout(LLVMModuleRef M, const char *DataLayoutStr); /** * Obtain the target triple for a module.