forked from OSchip/llvm-project
parent
6ce97687f7
commit
5353e35ac8
|
@ -179,8 +179,9 @@ let Properties = [InstrNoMem] in {
|
|||
//===------------------------ Debugger Intrinsics -------------------------===//
|
||||
//
|
||||
|
||||
def int_dbg_stoppoint : Intrinsic<[llvm_anchor_ty, llvm_uint_ty,
|
||||
llvm_uint_ty, llvm_descriptor_ty]>;
|
||||
def int_dbg_stoppoint : Intrinsic<[llvm_anchor_ty, llvm_anchor_ty,
|
||||
llvm_uint_ty, llvm_uint_ty,
|
||||
llvm_descriptor_ty]>;
|
||||
def int_dbg_region_start : Intrinsic<[llvm_anchor_ty, llvm_anchor_ty]>;
|
||||
def int_dbg_region_end : Intrinsic<[llvm_anchor_ty, llvm_anchor_ty]>;
|
||||
def int_dbg_func_start : Intrinsic<[llvm_anchor_ty, llvm_descriptor_ty]>;
|
||||
|
|
Loading…
Reference in New Issue