We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02d49f commit 18f2d92Copy full SHA for 18f2d92
lib/SIL/SILType.cpp
@@ -89,7 +89,7 @@ bool SILType::isTrivial(SILModule &M) const {
89
bool SILType::isTrivial(const SILFunction &F) const {
90
// FIXME: Should just call F.getTypeLowering()
91
return F.getModule().Types.getTypeLowering(*this,
92
- F.getResilienceExpansion()).isTrivial();
+ ResilienceExpansion::Minimal).isTrivial();
93
}
94
95
bool SILType::isReferenceCounted(SILModule &M) const {
0 commit comments