mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
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
4693e391ce
commit
30e7ad8b6b
@ -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
Block a user