ocaml bindings: add getopcode for constant and instruction, and int64_of_const.
[oota-llvm.git] / include / llvm-c / Core.h
index 10e9a80bcb52bdb5cc4ca9dba4d4c9c0a94443f7..6a5325924557093b73d5ee303cee9977481c179c 100644 (file)
@@ -789,6 +789,7 @@ LLVMBasicBlockRef LLVMGetInstructionParent(LLVMValueRef Inst);
 LLVMValueRef LLVMGetNextInstruction(LLVMValueRef Inst);
 LLVMValueRef LLVMGetPreviousInstruction(LLVMValueRef Inst);
 void LLVMInstructionEraseFromParent(LLVMValueRef Inst);
+LLVMOpcode   LLVMGetInstructionOpcode(LLVMValueRef Inst);
 LLVMIntPredicate LLVMGetICmpPredicate(LLVMValueRef Inst);
 
 /* Operations on call sites */