[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:
Arthur Eubanks 2020-10-09 12:35:23 -07:00
parent a2291a58bf
commit e4e23c55c0
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt -reg2mem -disable-output < %s
; RUN: opt -reg2mem -disable-output -enable-new-pm=0 < %s
; PR14782
declare void @f1()