mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-25 12:12:47 +01:00
[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:
parent
9cf634ad08
commit
c58b256afe
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user