forked from OSchip/llvm-project
Fix gold test after r256465.
That commit added a new pass, and this test is sensitive to what the first pass after verify is called. llvm-svn: 256532
This commit is contained in:
parent
a7dc087b36
commit
992904a0af
|
@ -14,7 +14,7 @@ target triple = "x86_64-unknown-linux-gnu"
|
|||
|
||||
; -disable-verify should disable output verification from the optimization
|
||||
; pipeline.
|
||||
; CHECK: Pass Arguments: {{.*}} -verify -ipsccp
|
||||
; CHECK: Pass Arguments: {{.*}} -verify -forceattrs
|
||||
; CHECK-NOT: -verify
|
||||
|
||||
; VERIFY: Pass Arguments: {{.*}} -verify {{.*}} -verify
|
||||
|
|
Loading…
Reference in New Issue