summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorAmaury Sechet <deadalnix@gmail.com>2016-03-13 00:54:40 +0000
committerAmaury Sechet <deadalnix@gmail.com>2016-03-13 00:54:40 +0000
commit006ce6327ecc460becaf9f7711c861f817b2fab7 (patch)
tree95ad952b02f77ccbcf2121478e8a0eae32aa61de /llvm/include/llvm-c
parentc78768f17d58fb56c5cccbc3f4cf3e2a3f89e4a9 (diff)
downloadbcm5719-llvm-006ce6327ecc460becaf9f7711c861f817b2fab7.tar.gz
bcm5719-llvm-006ce6327ecc460becaf9f7711c861f817b2fab7.zip
Use templated version of unwrap instead of cats in the Core.cpp. NFC
llvm-svn: 263349
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 a22e910c455..a09c92282a6 100644
--- a/llvm/include/llvm-c/Core.h
+++ b/llvm/include/llvm-c/Core.h
@@ -1569,7 +1569,7 @@ LLVMValueRef LLVMConstNamedStruct(LLVMTypeRef StructTy,
*
* @see ConstantDataSequential::getElementAsConstant()
*/
-LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef c, unsigned idx);
+LLVMValueRef LLVMGetElementAsConstant(LLVMValueRef C, unsigned idx);
/**
* Create a ConstantVector from values.
OpenPOWER on IntegriCloud