Skip to content

Commit

Permalink
Fix gold test after r256465.
Browse files Browse the repository at this point in the history
That commit added a new pass, and this test is sensitive to what the
first pass after verify is called.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@256532 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
jyknight committed Dec 29, 2015
1 parent 9bdbabc commit c1b2710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/tools/gold/X86/disable-verify.ll
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c1b2710

Please sign in to comment.