Merge branch 'master' of github.com:/apple/swift

This commit is contained in:
Doug Gregor
2015-12-14 22:06:20 -08:00
40 changed files with 651 additions and 232 deletions

View File

@@ -1155,6 +1155,9 @@ static bool ParseIRGenArgs(IRGenOptions &Opts, ArgList &Args,
}
}
Opts.ForceResilientSuperDispatch |=
Args.hasArg(OPT_force_resilient_super_dispatch);
return false;
}