File tree Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Expand file tree Collapse file tree 2 files changed +1
-7
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: c30d080b48f7658b956d0fb11806f84516fb734b
2
+ refs/heads/master: d675268238e951b61a63197e9c0a6a24133327cd
3
3
refs/heads/master-next: 203b3026584ecad859eb328b2e12490099409cd5
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
Original file line number Diff line number Diff line change @@ -1635,12 +1635,6 @@ class SILVerifier : public SILVerifierBase<SILVerifier> {
1635
1635
return ;
1636
1636
}
1637
1637
1638
- // At this point, we know that we have a Builtin that is a Swift Builtin
1639
- // rather than an llvm intrinsic. Make sure our name corresponds to an
1640
- // actual ValueDecl. Otherwise, we have an invalid builtin.
1641
- require (getBuiltinValueDecl (BI->getModule ().getASTContext (), BI->getName ()),
1642
- " Invalid builtin name?!" );
1643
-
1644
1638
require (BI->getModule ().getStage () != SILStage::Lowered ||
1645
1639
!isPolymorphicBuiltin (*BI->getBuiltinKind ()),
1646
1640
" Polymorphic builtins are illegal in lowered SIL?!" );
You can’t perform that action at this time.
0 commit comments