From: Roman Lebedev Date: Wed, 7 Dec 2022 23:27:32 +0000 (+0300) Subject: [NFC] Port all MakeGuardsExplicit tests to `-passes=` syntax X-Git-Tag: upstream/17.0.6~24796 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=63cf7e266722ddabdcb416c680c5052cb69f49fa;p=platform%2Fupstream%2Fllvm.git [NFC] Port all MakeGuardsExplicit tests to `-passes=` syntax --- diff --git a/llvm/test/Transforms/MakeGuardsExplicit/basic.ll b/llvm/test/Transforms/MakeGuardsExplicit/basic.ll index 3f2f4c4..d83f193 100644 --- a/llvm/test/Transforms/MakeGuardsExplicit/basic.ll +++ b/llvm/test/Transforms/MakeGuardsExplicit/basic.ll @@ -1,5 +1,5 @@ ; NOTE: Assertions have been autogenerated by utils/update_test_checks.py -; RUN: opt -S -make-guards-explicit < %s | FileCheck %s +; RUN: opt -S -passes=make-guards-explicit < %s | FileCheck %s ; RUN: opt -S -passes=make-guards-explicit < %s | FileCheck %s declare void @llvm.experimental.guard(i1,...)