[NFC] Port all Analysis/AliasSet tests to `-passes=` syntax
authorRoman Lebedev <lebedev.ri@gmail.com>
Thu, 8 Dec 2022 21:49:35 +0000 (00:49 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Thu, 8 Dec 2022 22:04:44 +0000 (01:04 +0300)
llvm/test/Analysis/AliasSet/unknown-inst-tracking.ll

index 2000509..e770fb8 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -temporarily-allow-old-pass-syntax -S -licm -simple-loop-unswitch < %s | FileCheck %s
+; RUN: opt -S -passes=licm,simple-loop-unswitch < %s | FileCheck %s
 
 ; This test checks for a crash.  See PR32587.