Skip to content

Commit 59bc11a

Browse files
committed
---
yaml --- r: 348605 b: refs/heads/master c: d675268 h: refs/heads/master i: 348603: 7cd3b98
1 parent 327f6c8 commit 59bc11a

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
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: c30d080b48f7658b956d0fb11806f84516fb734b
2+
refs/heads/master: d675268238e951b61a63197e9c0a6a24133327cd
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/SIL/SILVerifier.cpp

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1635,12 +1635,6 @@ class SILVerifier : public SILVerifierBase<SILVerifier> {
16351635
return;
16361636
}
16371637

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-
16441638
require(BI->getModule().getStage() != SILStage::Lowered ||
16451639
!isPolymorphicBuiltin(*BI->getBuiltinKind()),
16461640
"Polymorphic builtins are illegal in lowered SIL?!");

0 commit comments

Comments
 (0)