summaryrefslogtreecommitdiff
path: root/include/llvm/Intrinsics.td
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-01-05 01:47:06 +0000
committerDevang Patel <dpatel@apple.com>2010-01-05 01:47:06 +0000
commit614d2ad0afaaee874684c3945afda659d587b7e6 (patch)
treeca216f1b867feb39ed678113220b99500be91d74 /include/llvm/Intrinsics.td
parent351ca3328452abed9de58723fbcbe42e7a08903e (diff)
downloadllvm-614d2ad0afaaee874684c3945afda659d587b7e6.tar.gz
llvm-614d2ad0afaaee874684c3945afda659d587b7e6.tar.bz2
llvm-614d2ad0afaaee874684c3945afda659d587b7e6.tar.xz
Delete renaming use of dead dbg intrinsics.
Intrinsic::dbg_stoppoint Intrinsic::dbg_region_start Intrinsic::dbg_region_end Intrinsic::dbg_func_start git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92672 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Intrinsics.td')
-rw-r--r--include/llvm/Intrinsics.td6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/llvm/Intrinsics.td b/include/llvm/Intrinsics.td
index c472f2be20..0cec567fb8 100644
--- a/include/llvm/Intrinsics.td
+++ b/include/llvm/Intrinsics.td
@@ -282,12 +282,6 @@ let Properties = [IntrNoMem] in {
// optimizers can change them aggressively. Special handling needed in a few
// places.
let Properties = [IntrNoMem] in {
- def int_dbg_stoppoint : Intrinsic<[llvm_void_ty],
- [llvm_i32_ty, llvm_i32_ty,
- llvm_metadata_ty]>;
- def int_dbg_region_start : Intrinsic<[llvm_void_ty], [llvm_metadata_ty]>;
- def int_dbg_region_end : Intrinsic<[llvm_void_ty], [llvm_metadata_ty]>;
- def int_dbg_func_start : Intrinsic<[llvm_void_ty], [llvm_metadata_ty]>;
def int_dbg_declare : Intrinsic<[llvm_void_ty],
[llvm_descriptor_ty, llvm_metadata_ty]>;
def int_dbg_value : Intrinsic<[llvm_void_ty],