We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4a8f81d + e29bfca commit 1b177d0Copy full SHA for 1b177d0
test/SILOptimizer/devirt_protocol_method_invocations.swift
@@ -1,5 +1,5 @@
1
2
-// RUN: %target-swift-frontend -module-name devirt_protocol_method_invocations -O -emit-sil %s | %FileCheck %s
+// RUN: %target-swift-frontend -module-name devirt_protocol_method_invocations -O -Xllvm -sil-disable-pass=ExistentialSpecializer -emit-sil %s | %FileCheck %s
3
4
protocol PPP {
5
func f()
0 commit comments