From 7c2883cf85b8b16acbf6b2788fc8231648f03ae7 Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Sun, 3 Apr 2016 21:06:04 +0000 Subject: Various style fix in Core.h/Core.cpp . NFC llvm-svn: 265277 --- llvm/include/llvm-c/Core.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'llvm/include/llvm-c') diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index c62007fad8b..c330563fe15 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -1527,7 +1527,7 @@ LLVMBool LLVMIsConstantString(LLVMValueRef c); * * @see ConstantDataSequential::getAsString() */ -const char *LLVMGetAsString(LLVMValueRef c, size_t* out); +const char *LLVMGetAsString(LLVMValueRef c, size_t *Length); /** * Create an anonymous ConstantStruct with the specified values. @@ -2060,7 +2060,7 @@ LLVMValueRef LLVMMDNode(LLVMValueRef *Vals, unsigned Count); * @param Len Memory address which will hold length of returned string. * @return String data in MDString. */ -const char *LLVMGetMDString(LLVMValueRef V, unsigned* Len); +const char *LLVMGetMDString(LLVMValueRef V, unsigned *Length); /** * Obtain the number of operands from an MDNode value. -- cgit v1.2.3