Code size: Do not use a global state for isOutlined

This commit is contained in:
Joe Shajrawi
2017-11-14 19:15:16 -08:00
parent 5aff0891b7
commit 62d823c56d
29 changed files with 463 additions and 492 deletions

View File

@@ -158,7 +158,8 @@ namespace {
}
void initializeFromParams(IRGenFunction &IGF, Explosion &params,
Address src, SILType T) const override {
Address src, SILType T,
bool isOutlined) const override {
llvm_unreachable("unexploded tuple as argument?");
}