Skip to content

Commit e29bfca

Browse files
author
Raj Barik
committed
Disable ExistentialSpecializer on devirt_protocol_method_invocations Since it does not test ExistentialSpecializer functionalities
1 parent eeece0c commit e29bfca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/SILOptimizer/devirt_protocol_method_invocations.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
// RUN: %target-swift-frontend -module-name devirt_protocol_method_invocations -O -emit-sil %s | %FileCheck %s
2+
// RUN: %target-swift-frontend -module-name devirt_protocol_method_invocations -O -Xllvm -sil-disable-pass=ExistentialSpecializer -emit-sil %s | %FileCheck %s
33

44
protocol PPP {
55
func f()

0 commit comments

Comments
 (0)