[NFC] Port all GlobalDCE tests to `-passes=` syntax
authorRoman Lebedev <lebedev.ri@gmail.com>
Wed, 7 Dec 2022 23:27:21 +0000 (02:27 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Wed, 7 Dec 2022 23:38:44 +0000 (02:38 +0300)
llvm/test/Transforms/GlobalDCE/deadblockaddr.ll
llvm/test/Transforms/GlobalDCE/virtual-functions-nonptr.ll
llvm/test/Transforms/GlobalDCE/virtual-functions-null.ll

index 4b3cec0..6cf50ac 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt -globaldce -simplifycfg -simplifycfg-require-and-preserve-domtree=1 -S < %s | FileCheck %s
+; RUN: opt -passes=globaldce,simplifycfg -simplifycfg-require-and-preserve-domtree=1 -S < %s | FileCheck %s
 
 ; Tests whether globaldce does the right cleanup while removing @bar
 ; so that a dead BlockAddress reference to foo won't prevent other passes
index 29fd130..ad8b271 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -globaldce -S | FileCheck %s
+; RUN: opt < %s -passes=globaldce -S | FileCheck %s
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
 
index 8dc4512..212138b 100644 (file)
@@ -1,4 +1,4 @@
-; RUN: opt < %s -globaldce -S | FileCheck %s
+; RUN: opt < %s -passes=globaldce -S | FileCheck %s
 
 target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"