Restore dump() methods to Loop and MachineLoop.
[oota-llvm.git] / include / llvm / Intrinsics.td
index c472f2be206949c53ee50cd72ed6c99e5c058fa0..0cec567fb886a6c23eab2ca7833adcde13253e02 100644 (file)
@@ -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],