File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 497904d3c0b25a6a9d4b90b2efa74d3c20886239
2
+ refs/heads/master: 2448c6a97e8c25b434b3a273404ae4e4c6f7d7a7
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 @@ -515,6 +515,7 @@ namespace {
515
515
type->getElementType (), ImportTypeKind::Abstract,
516
516
false /* No NSUIntegerAsInt */ , Bridgeability::None,
517
517
OptionalTypeKind::OTK_None);
518
+ if (!element) { return Type (); }
518
519
unsigned count = type->getNumElements ();
519
520
// Import vector-of-one as the element type.
520
521
if (count == 1 ) { return element; }
You can’t perform that action at this time.
0 commit comments