diff options
Diffstat (limited to 'llvm/include/llvm-c')
| -rw-r--r-- | llvm/include/llvm-c/Core.h | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 00d151c4541..cac2f297056 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -452,13 +452,6 @@ enum { typedef unsigned LLVMAttributeIndex; -typedef enum { - LLVMTailCallKindNone, - LLVMTailCallKindTail, - LLVMTailCallKindMustTail, - LLVMTailCallKindNoTail -} LLVMTailCallKind; - /** * @} */ @@ -3271,24 +3264,6 @@ LLVMBool LLVMIsTailCall(LLVMValueRef CallInst); void LLVMSetTailCall(LLVMValueRef CallInst, LLVMBool IsTailCall); /** - * Obtains the kind of tail call for a call instruction. - * - * This only works on llvm::CallInst instructions. - * - * @see llvm::CallInst::getTailCallKind() - */ -LLVMTailCallKind LLVMGetTailCallKind(LLVMValueRef CallInst); - -/** - * Set the kind of tail call for a call instruction. - * - * This only works on llvm::CallInst instructions. - * - * @see llvm::CallInst::setTailCallKind() - */ -void LLVMSetTailCallKind(LLVMValueRef CallInst, LLVMTailCallKind TCK); - -/** * Return the normal destination basic block. * * This only works on llvm::InvokeInst instructions. |

