X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=include%2Fllvm-c%2FCore.h;h=e84dd39092fb22bef8c64fddc4188eac6fdfdea9;hb=8cec2f281696a19faee58cd0749a70fbcc0fa218;hp=8157e9cf8695c6de812b7894fbcee8d6fe24070a;hpb=b73b3474ad5dac5bcf2e02836c51c169d71b6ada;p=oota-llvm.git diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h index 8157e9cf869..e84dd39092f 100644 --- a/include/llvm-c/Core.h +++ b/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) \