Skip to content

Commit d675268

Browse files
committed
Merge remote-tracking branch 'origin/master' into master-rebranch
2 parents c30d080 + 7ce477b commit d675268

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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)