Skip to content

Commit

Permalink
[M68k] fix test regression introduced by D140180
Browse files Browse the repository at this point in the history
I added a new pass, callbrprepare, to the pass pipelines in
commit a3a84c9 ("[llvm] add CallBrPrepare pass to pipelines")
but did not test experimental backends.
  • Loading branch information
nickdesaulniers committed Feb 17, 2023
1 parent 261d21f commit cf86855
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions llvm/test/CodeGen/M68k/pipeline.ll
Expand Up @@ -41,6 +41,7 @@
; CHECK-NEXT: CodeGen Prepare
; CHECK-NEXT: Dominator Tree Construction
; CHECK-NEXT: Exception handling preparation
; CHECK-NEXT: Prepare callbr
; CHECK-NEXT: Safe Stack instrumentation pass
; CHECK-NEXT: Insert stack protectors
; CHECK-NEXT: Module Verifier
Expand Down

0 comments on commit cf86855

Please sign in to comment.