mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-04 17:58:22 +00:00
Fix llvm/test/Transforms/LoopRotate/pr35210.ll in rL318237, it uses debug options.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318273 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0b5d88f3e0
commit
45ed11f7a6
@ -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