mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 03:02:36 +01:00
Fix llvm/test/Transforms/LoopRotate/pr35210.ll in rL318237, it uses debug options.
llvm-svn: 318273
This commit is contained in:
parent
6567b563fc
commit
b7162520e4
@ -1,4 +1,5 @@
|
||||
;RUN: opt %s -passes='adce,loop(rotate),adce' -S -debug-pass-manager -debug-only=loop-rotate 2>&1 | FileCheck %s
|
||||
;REQUIRES: asserts
|
||||
|
||||
; This test is to make sure we invalidate the post dominator pass after loop rotate simplifies the loop latch.
|
||||
; The adce passes are here to make sure post dominator analysis is required.
|
||||
|
Loading…
Reference in New Issue
Block a user