forked from OSchip/llvm-project
[test] Pin parallel_deletion_cg_update.ll to legacy PM
This tests legacy PM-specific code.
This commit is contained in:
parent
785a255255
commit
116660257f
|
@ -1,4 +1,4 @@
|
|||
; RUN: opt < %s -instcombine -attributor-cgscc -print-callgraph -disable-output -verify 2>&1 | FileCheck %s
|
||||
; RUN: opt < %s -instcombine -attributor-cgscc -print-callgraph -disable-output -verify 2>&1 -enable-new-pm=0 | FileCheck %s
|
||||
|
||||
; CHECK: Call graph node <<null function>><<{{.*}}>> #uses=0
|
||||
; CHECK: CS<None> calls function 'dead_fork_call'
|
||||
|
|
Loading…
Reference in New Issue