diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 133829ebd06e..063ab91897d0 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -161,7 +161,7 @@ typedef enum { LLVMGetElementPtr = 29, /* Cast Operators */ - LLVMTrunk = 30, + LLVMTrunc = 30, LLVMZExt = 31, LLVMSExt = 32, LLVMFPToUI = 33,