mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
83c7bddf7d
Reviewed By: ychen Differential Revision: https://reviews.llvm.org/D97810
5 lines
162 B
LLVM
5 lines
162 B
LLVM
; RUN: opt -enable-new-pm=0 -O1 %s -debug-pass=Structure
|
|
; RUN: not opt -enable-new-pm=1 -O1 %s -debug-pass=Structure 2>&1 | FileCheck %s
|
|
|
|
; CHECK: does not work
|