Skip to content

Commit 82ffe52

Browse files
Update clang bisect test with new output format
1 parent 08341fd commit 82ffe52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/CodeGen/new-pass-manager-opt-bisect.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
// CHECK: BISECT: running pass (1)
88
// CHECK-NOT: BISECT: running pass (1)
99
// Make sure that legacy pass manager is running
10-
// CHECK: Instruction Selection
10+
// CHECK: -isel
1111

1212
int func(int a) { return a; }

0 commit comments

Comments
 (0)