Index: include/llvm/IR/Intrinsics.td =================================================================== --- include/llvm/IR/Intrinsics.td +++ include/llvm/IR/Intrinsics.td @@ -596,6 +596,10 @@ def int_experimental_gc_relocate : Intrinsic<[llvm_any_ty], [llvm_token_ty, llvm_i32_ty, llvm_i32_ty], [IntrReadMem]>; +//===------------------------ Directive Intrinsics ------------------------===// +// +def int_directive_scope_entry : Intrinsic<[llvm_token_ty], [], []>; +def int_directive_scope_exit : Intrinsic<[], [llvm_token_ty], []>; //===-------------------------- Other Intrinsics --------------------------===// //