[test] Pin dead-calls-willreturn.ll to legacy PM

The new PM inliner does not delete dead calls.
This commit is contained in:
Arthur Eubanks 2021-01-23 12:19:37 -08:00
parent 78b0630b72
commit a22ba5afc8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {