aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Intrinsics.td
diff options
context:
space:
mode:
authorDale Johannesen <dalej@apple.com>2009-03-04 01:14:28 +0000
committerDale Johannesen <dalej@apple.com>2009-03-04 01:14:28 +0000
commit160ae86936e26dbb3e18f6392ef369bb2a789cfb (patch)
treeda66047ac9cdde0a64f3c701f451219e2e1a6022 /include/llvm/Intrinsics.td
parent36ae6c182759871a4af71d9af85f970b29a669f1 (diff)
downloadexternal_llvm-160ae86936e26dbb3e18f6392ef369bb2a789cfb.zip
external_llvm-160ae86936e26dbb3e18f6392ef369bb2a789cfb.tar.gz
external_llvm-160ae86936e26dbb3e18f6392ef369bb2a789cfb.tar.bz2
Temporarily revert 65975, which breaks the llvm-gcc build.
While the patch is clearly correct in itself, it's become apparent other places are assuming debug intrinsics are marked as touching memory...this needs more testing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@65992 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Intrinsics.td')
-rw-r--r--include/llvm/Intrinsics.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/llvm/Intrinsics.td b/include/llvm/Intrinsics.td
index 6d008f3..7c62096 100644
--- a/include/llvm/Intrinsics.td
+++ b/include/llvm/Intrinsics.td
@@ -261,7 +261,6 @@ let Properties = [IntrNoMem] in {
//
// None of these intrinsics accesses memory at all.
-let Properties = [IntrNoMem] in {
def int_dbg_stoppoint : Intrinsic<[llvm_void_ty],
[llvm_i32_ty, llvm_i32_ty,
llvm_descriptor_ty]>;
@@ -270,7 +269,6 @@ let Properties = [IntrNoMem] in {
def int_dbg_func_start : Intrinsic<[llvm_void_ty], [llvm_descriptor_ty]>;
def int_dbg_declare : Intrinsic<[llvm_void_ty],
[llvm_descriptor_ty, llvm_descriptor_ty]>;
-}
//===------------------ Exception Handling Intrinsics----------------------===//
//