summaryrefslogtreecommitdiff
path: root/include/llvm-c/Core.h
diff options
context:
space:
mode:
authorDevang Patel <dpatel@apple.com>2010-01-05 01:10:40 +0000
committerDevang Patel <dpatel@apple.com>2010-01-05 01:10:40 +0000
commit44a29e066a24e88bdf127e88be4380a5f259c4b4 (patch)
tree26820d0116232725e3de4f9627ad255006c1d8a2 /include/llvm-c/Core.h
parent4361bbfd0e41453224a1867d2c4d04ef7b3d723b (diff)
downloadllvm-44a29e066a24e88bdf127e88be4380a5f259c4b4.tar.gz
llvm-44a29e066a24e88bdf127e88be4380a5f259c4b4.tar.bz2
llvm-44a29e066a24e88bdf127e88be4380a5f259c4b4.tar.xz
Remove dead debug info intrinsics.
Intrinsic::dbg_stoppoint Intrinsic::dbg_region_start Intrinsic::dbg_region_end Intrinsic::dbg_func_start AutoUpgrade simply ignores these intrinsics now. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92557 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm-c/Core.h')
-rw-r--r--include/llvm-c/Core.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/llvm-c/Core.h b/include/llvm-c/Core.h
index c741d1c19a..c7f653fc8c 100644
--- a/include/llvm-c/Core.h
+++ b/include/llvm-c/Core.h
@@ -427,10 +427,6 @@ void LLVMDisposeTypeHandle(LLVMTypeHandleRef TypeHandle);
macro(IntrinsicInst) \
macro(DbgInfoIntrinsic) \
macro(DbgDeclareInst) \
- macro(DbgFuncStartInst) \
- macro(DbgRegionEndInst) \
- macro(DbgRegionStartInst) \
- macro(DbgStopPointInst) \
macro(EHSelectorInst) \
macro(MemIntrinsic) \
macro(MemCpyInst) \