forked from OSchip/llvm-project
[Reg2Mem][NewPM] Pin test to legacy PM
This pass hasn't been touched in a long time and isn't used in tree.
This commit is contained in:
parent
a2291a58bf
commit
e4e23c55c0
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt -reg2mem -disable-output < %s
|
||||
; RUN: opt -reg2mem -disable-output -enable-new-pm=0 < %s
|
||||
; PR14782
|
||||
|
||||
declare void @f1()
|
||||
|
|
Loading…
Reference in New Issue