Verify is implicit for opt
authorChris Lattner <sabre@nondot.org>
Thu, 1 Aug 2002 22:26:32 +0000 (22:26 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 1 Aug 2002 22:26:32 +0000 (22:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@3204 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/Reassociate/2002-07-09-DominanceProblem.ll

index 7c26dc17531967c8aa50f2fc9f6d2c6a359c8686..f2d2a62fd8a467f9bcaa47ded39f2180eee5c409 100644 (file)
@@ -1,6 +1,6 @@
 ; The reassociate pass is not preserving dominance properties correctly
 ;
-; RUN: as < %s | opt -reassociate -verify
+; RUN: as < %s | opt -reassociate
 
 int %compute_dist(int %i, int %j) {
         %reg119 = sub int %j, %i