Verify is implicit for opt

llvm-svn: 3204
This commit is contained in:
Chris Lattner 2002-08-01 22:26:32 +00:00
parent 96164edcfb
commit b8f6cfa06e
1 changed files with 1 additions and 1 deletions

View 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