Oops, checked in verify-flow.patch by mistake, reverting
authorAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 20 May 2000 23:16:18 +0000 (23:16 +0000)
committerAlexandre Oliva <aoliva@gcc.gnu.org>
Sat, 20 May 2000 23:16:18 +0000 (23:16 +0000)
From-SVN: r34063

gcc/ifcvt.c

index dd7763d..3b15c14 100644 (file)
@@ -2059,7 +2059,6 @@ if_convert (life_data_ok)
     }
 
 #ifdef ENABLE_CHECKING
-  if (life_data_ok)
-    verify_flow_info ();
+  verify_flow_info ();
 #endif
 }