forked from OSchip/llvm-project
[test] Pin dead-calls-willreturn.ll to legacy PM
The new PM inliner does not delete dead calls.
This commit is contained in:
parent
78b0630b72
commit
a22ba5afc8
|
@ -1,5 +1,5 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt -inline -S %s | FileCheck %s
|
||||
; RUN: opt -inline -S -enable-new-pm=0 %s | FileCheck %s
|
||||
|
||||
; readnone but may not return according to attributes.
|
||||
define void @readnone_may_not_return() nounwind readnone ssp {
|
||||
|
|
Loading…
Reference in New Issue