mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
[test] Pin dead-calls-willreturn.ll to legacy PM
The new PM inliner does not delete dead calls.
This commit is contained in:
parent
0b9bd04fa8
commit
9f31f4aef8
@ -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
Block a user