From 8a367d404f195c51415b71d8f30a06a542b0e2b9 Mon Sep 17 00:00:00 2001 From: Amaury Sechet Date: Sun, 1 May 2016 02:23:14 +0000 Subject: Properly name LLVMSetIsInBounds's argument. NFC llvm-svn: 268176 --- llvm/include/llvm-c/Core.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/include/llvm-c') diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index d443d897c97..7ec8b8cffff 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -2705,7 +2705,7 @@ LLVMBool LLVMIsInBounds(LLVMValueRef GEP); /** * Set the given GEP instruction to be inbounds or not. */ -void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool b); +void LLVMSetIsInBounds(LLVMValueRef GEP, LLVMBool InBounds); /** * @} -- cgit v1.2.3