Skip to content

Commit 53b6982

Browse files
committed
[test] Pin null-function.ll to legacy PM
The NPM prints CGSCCs in a different way.
1 parent 1c54a91 commit 53b6982

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/test/Transforms/Inline/null-function.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
; RUN: opt -print-before=always-inline -always-inline < %s -o /dev/null 2>&1 | FileCheck %s
1+
; RUN: opt -print-before=always-inline -always-inline -enable-new-pm=0 < %s -o /dev/null 2>&1 | FileCheck %s
22

33
define i32 @main() #0 {
44
entry:

0 commit comments

Comments
 (0)