]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
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 dd7763d27fba111fa61300426f9c5fb48784782d..3b15c1427857ccc6c94995f59b8e7c718d6dd894 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
 }