[test] Pin memory-dereferenceable.ll to legacy PM

-print-memderefs is only used for one test and hasn't been touched in a while.
This commit is contained in:
Arthur Eubanks 2020-11-17 23:18:26 -08:00
parent 14a68b4aa9
commit 8eec3959ef
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
; RUN: opt -print-memderefs -analyze -S <%s | FileCheck %s
; RUN: opt -print-memderefs -analyze -S < %s -enable-new-pm=0 | FileCheck %s
; Uses the print-deref (+ analyze to print) pass to run
; isDereferenceablePointer() on many load instruction operands