summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorTorok Edwin <edwintorok@gmail.com>2011-10-06 12:13:20 +0000
committerTorok Edwin <edwintorok@gmail.com>2011-10-06 12:13:20 +0000
commit4917ec9ec775d7bc7fbc3362b4c576c32b7617f4 (patch)
tree4fddaddd85044a6cfccd5e06a72974c89addd3e5 /include
parent4f661ab0fb87f97c4a12912249c3c366df882102 (diff)
downloadllvm-4917ec9ec775d7bc7fbc3362b4c576c32b7617f4.tar.gz
llvm-4917ec9ec775d7bc7fbc3362b4c576c32b7617f4.tar.bz2
llvm-4917ec9ec775d7bc7fbc3362b4c576c32b7617f4.tar.xz
add binding to read icmp predicate
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@141287 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include')
-rw-r--r--include/llvm-c/Core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index 3d374b062c..83fe89cbcf 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -783,6 +783,7 @@ LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst);
void LLVMInstructionEraseFromParent(LLVMValueRef Inst);
+LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst);
/* Operations on call sites */
void LLVMSetInstructionCallConv(LLVMValueRef Instr, unsigned CC);