1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-25 22:12:57 +02:00

Verify is implicit for opt

llvm-svn: 3204
This commit is contained in:
Chris Lattner 2002-08-01 22:26:32 +00:00
parent 91a2826c02
commit 3b2db5cdbe

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