From 09c3fbf3b7cfe31621ec78d936153f55c256294a Mon Sep 17 00:00:00 2001 From: Roman Lebedev Date: Fri, 9 Dec 2022 00:54:41 +0300 Subject: [PATCH] [NFC] Port codegen WinEH tests that invoke opt to `-passes=` syntax --- llvm/test/CodeGen/WinEH/wineh-intrinsics.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/test/CodeGen/WinEH/wineh-intrinsics.ll b/llvm/test/CodeGen/WinEH/wineh-intrinsics.ll index 39223dd..75d8bfd 100644 --- a/llvm/test/CodeGen/WinEH/wineh-intrinsics.ll +++ b/llvm/test/CodeGen/WinEH/wineh-intrinsics.ll @@ -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. -- 2.7.4