Skip to content

Commit d1f671a

Browse files
committed
---
yaml --- r: 348134 b: refs/heads/master c: fdf1763 h: refs/heads/master
1 parent cc9f2c0 commit d1f671a

File tree

3 files changed

+2
-14
lines changed

3 files changed

+2
-14
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: 7e6ef95f4715ae9018cf841a9b801b3673c3afc5
2+
refs/heads/master: fdf1763f3d9cc7d834266028999a077fb274fa1d
33
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea

trunk/lib/SILOptimizer/Utils/CastOptimizer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1572,7 +1572,7 @@ static bool optimizeStaticallyKnownProtocolConformance(
15721572
if (!Conformance)
15731573
return false;
15741574

1575-
SILBuilderWithScope B(Inst);
1575+
SILBuilder B(Inst);
15761576
SmallVector<ProtocolConformanceRef, 1> NewConformances;
15771577
NewConformances.push_back(Conformance.getValue());
15781578
ArrayRef<ProtocolConformanceRef> Conformances =

trunk/test/SILOptimizer/castoptimizer-wrongscope.swift

Lines changed: 0 additions & 12 deletions
This file was deleted.

0 commit comments

Comments
 (0)