diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/llvm-c/Core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 133829e..063ab91 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, |