forked from OSchip/llvm-project
[test] Remove one more unnecessary -analyze RUN line
There is a new PM equivalent RUN line.
This commit is contained in:
parent
687263183b
commit
3ebab227d9
|
@ -1,4 +1,3 @@
|
|||
; RUN: opt < %s -analyze -enable-new-pm=0 -delinearize | FileCheck %s
|
||||
; RUN: opt < %s -passes='print<delinearization>' -disable-output 2>&1 | FileCheck %s
|
||||
|
||||
; CHECK: AccessFunction: ({0,+,%i2}<%outer.loop> + %unknown)
|
||||
|
|
Loading…
Reference in New Issue