mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Code size: Do not use a global state for isOutlined
This commit is contained in:
@@ -158,7 +158,8 @@ namespace {
|
||||
}
|
||||
|
||||
void initializeFromParams(IRGenFunction &IGF, Explosion ¶ms,
|
||||
Address src, SILType T) const override {
|
||||
Address src, SILType T,
|
||||
bool isOutlined) const override {
|
||||
llvm_unreachable("unexploded tuple as argument?");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user