Files
swift-mirror/lib/SIL/Projection.cpp
Erik Eckstein 45a480b2c6 Remove an assertion from the Projection constructor to avoid bad corner-case compile times.
The asserts call getType() which can be slow in some corner cases (it calls into the generic signature builder).
Speeds up the compilation (with an assert-compiler) of the DoubleWidth benchmark by 4x.

rdar://problem/36887449
2018-02-07 15:02:51 -08:00

49 KiB