[Test] delete LPM RUNs in inline_nossp.ll
This test was modified in D104958. Invoking opt with -{passname} (vs -passes={passname}) without -enable-new-pm={0|1} is now ambiguous and dependent on how LLVM was configured. Drop the LPM runs rather than fix since there unlikely to be any users still on LPM that rely on the behavior in this test. See also: https://lists.llvm.org/pipermail/llvm-dev/2021-June/151553.html Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D105154
Loading
Please sign in to comment