OSDN Git Service

remove some debugging code
authorChris Lattner <sabre@nondot.org>
Fri, 1 Jul 2005 06:40:58 +0000 (06:40 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 1 Jul 2005 06:40:58 +0000 (06:40 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22321 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/ModuloScheduling/ModuloSchedulingSuperBlock.cpp

index 80594c3..01af03d 100644 (file)
@@ -148,7 +148,6 @@ namespace llvm {
   };
 
   bool ModuloSchedulingSBPass::runOnFunction(Function &F) {
-    alarm(100);
     bool Changed = false;
     
     //Get MachineFunction
@@ -270,9 +269,7 @@ namespace llvm {
       defMap.clear();
       
     }
-    alarm(0);
     return Changed;
-    
   }
 
   void ModuloSchedulingSBPass::FindSuperBlocks(Function &F, LoopInfo &LI,