diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 133829ebd06..063ab91897d 100644 --- a/include/llvm-c/Core.h +++ b/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,