diff options
| author | Amaury Sechet <deadalnix@gmail.com> | 2016-03-13 00:54:40 +0000 |
|---|---|---|
| committer | Amaury Sechet <deadalnix@gmail.com> | 2016-03-13 00:54:40 +0000 |
| commit | 006ce6327ecc460becaf9f7711c861f817b2fab7 (patch) | |
| tree | 95ad952b02f77ccbcf2121478e8a0eae32aa61de /llvm/include/llvm-c | |
| parent | c78768f17d58fb56c5cccbc3f4cf3e2a3f89e4a9 (diff) | |
| download | bcm5719-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.h | 2 |
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. |

