[NFC] Port codegen SystemZ tests that invoke opt to `-passes=` syntax
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 8 Dec 2022 21:54:40 +0000 (00:54 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 8 Dec 2022 22:04:47 +0000 (01:04 +0300)
llvm/test/CodeGen/SystemZ/inline-thresh-adjust.ll

index e5ed26a..fbcfffa 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -temporarily-allow-old-pass-syntax < %s -mtriple=systemz-unknown -mcpu=z15 -inline -disable-output \
+; RUN: opt < %s -mtriple=systemz-unknown -mcpu=z15 -passes='cgscc(inline)' -disable-output \
 ; RUN:   -debug-only=inline,systemztti 2>&1 | FileCheck %s
 ; REQUIRES: asserts
 ;