diff options
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r-- | llvm/include/llvm-c/Core.h | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/llvm/include/llvm-c/Core.h b/llvm/include/llvm-c/Core.h index 8157e9cf869..e84dd39092f 100644 --- a/llvm/include/llvm-c/Core.h +++ b/llvm/include/llvm-c/Core.h @@ -254,8 +254,7 @@ typedef enum { LLVMCatchPad = 63, LLVMTerminatePad = 64, LLVMCleanupPad = 65, - LLVMCatchEndPad = 66, - LLVMCleanupEndPad = 67 + LLVMCatchSwitch = 66 } LLVMOpcode; typedef enum { @@ -1211,7 +1210,6 @@ LLVMTypeRef LLVMX86MMXType(void); macro(InsertElementInst) \ macro(InsertValueInst) \ macro(LandingPadInst) \ - macro(CleanupPadInst) \ macro(PHINode) \ macro(SelectInst) \ macro(ShuffleVectorInst) \ @@ -1226,10 +1224,10 @@ LLVMTypeRef LLVMX86MMXType(void); macro(ResumeInst) \ macro(CleanupReturnInst) \ macro(CatchReturnInst) \ - macro(CatchPadInst) \ macro(TerminatePadInst) \ - macro(CatchEndPadInst) \ - macro(CleanupEndPadInst) \ + macro(FuncletPadInst) \ + macro(CatchPadInst) \ + macro(CleanupPadInst) \ macro(UnaryInstruction) \ macro(AllocaInst) \ macro(CastInst) \ |