summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Core.h
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-04-03 21:06:04 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-04-03 21:06:04 +0000
commit7c2883cf85b8b16acbf6b2788fc8231648f03ae7 (patch)
tree76bd983af5c18267f04b5d1699897a1f4bed9794 /llvm/include/llvm-c/Core.h
parent756e1c3db452165ddcc8b8d11df8a3d36fd427bb (diff)
downloadbcm5719-llvm-7c2883cf85b8b16acbf6b2788fc8231648f03ae7.tar.gz
bcm5719-llvm-7c2883cf85b8b16acbf6b2788fc8231648f03ae7.zip
Various style fix in Core.h/Core.cpp . NFC
llvm-svn: 265277
Diffstat (limited to 'llvm/include/llvm-c/Core.h')
-rw-r--r--llvm/include/llvm-c/Core.h4
1 files changed, 2 insertions, 2 deletions
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.
OpenPOWER on IntegriCloud