mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
Modify usage of llvm.dbg intrinsics.
llvm-svn: 26986
This commit is contained in:
parent
570a3973ab
commit
b29f9a22e7
@ -201,10 +201,11 @@ let Properties = [InstrNoMem] in {
|
||||
def int_dbg_stoppoint : Intrinsic<[llvm_void_ty,
|
||||
llvm_uint_ty, llvm_uint_ty,
|
||||
llvm_descriptor_ty]>;
|
||||
def int_dbg_region_start : Intrinsic<[llvm_void_ty]>;
|
||||
def int_dbg_region_end : Intrinsic<[llvm_void_ty]>;
|
||||
def int_dbg_region_start : Intrinsic<[llvm_void_ty, llvm_descriptor_ty]>;
|
||||
def int_dbg_region_end : Intrinsic<[llvm_void_ty, llvm_descriptor_ty]>;
|
||||
def int_dbg_func_start : Intrinsic<[llvm_void_ty, llvm_descriptor_ty]>;
|
||||
|
||||
def int_dbg_declare : Intrinsic<[llvm_void_ty, llvm_ptr_ty,
|
||||
llvm_descriptor_ty]>;
|
||||
|
||||
//===----------------------------------------------------------------------===//
|
||||
// Target-specific intrinsics
|
||||
|
Loading…
x
Reference in New Issue
Block a user