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

index 39223dd..75d8bfd 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -temporarily-allow-old-pass-syntax -lint -disable-output < %s
+; RUN: opt -passes=lint -disable-output < %s
 
 ; This test is meant to prove that the verifier does not report errors for correct
 ; use of the llvm.eh.exceptionpointer intrinsic.