From: Roman Lebedev Date: Thu, 8 Dec 2022 21:51:45 +0000 (+0300) Subject: [NFC] Port all LTO tests to `-passes=` syntax X-Git-Tag: upstream/17.0.6~24609 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a52d1e78926ac786405f5211a77c913e4ae8a47f;p=platform%2Fupstream%2Fllvm.git [NFC] Port all LTO tests to `-passes=` syntax --- diff --git a/llvm/test/LTO/X86/keep-used-puts-during-instcombine.ll b/llvm/test/LTO/X86/keep-used-puts-during-instcombine.ll index c1a8c1e..97ae449 100644 --- a/llvm/test/LTO/X86/keep-used-puts-during-instcombine.ll +++ b/llvm/test/LTO/X86/keep-used-puts-during-instcombine.ll @@ -1,4 +1,4 @@ -; RUN: opt -temporarily-allow-old-pass-syntax -S -instcombine <%s | FileCheck %s +; RUN: opt -S -passes=instcombine <%s | FileCheck %s ; rdar://problem/16165191 ; llvm.compiler.used functions should not be renamed