summaryrefslogtreecommitdiffstats
path: root/llvm
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
commit159d2159eeb754962d97c1b0e5164b6fb60f191a (patch)
treeb031a74f736eb7aca6735d52a6126446bafbc6a9 /llvm
parentd69e29e8c4f24a9302b0719e5c222543a745b81e (diff)
downloadbcm5719-llvm-159d2159eeb754962d97c1b0e5164b6fb60f191a.tar.gz
bcm5719-llvm-159d2159eeb754962d97c1b0e5164b6fb60f191a.zip
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. llvm-svn: 65992
Diffstat (limited to 'llvm')
-rw-r--r--llvm/include/llvm/Intrinsics.td2
1 files changed, 0 insertions, 2 deletions
diff --git a/llvm/include/llvm/Intrinsics.td b/llvm/include/llvm/Intrinsics.td
index 6d008f3e3bf..7c62096e5aa 100644
--- a/llvm/include/llvm/Intrinsics.td
+++ b/llvm/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----------------------===//
//
OpenPOWER on IntegriCloud