Commits

Doug Gregor committed cc8658f4ce8
Don't keep a child constraint system around if it fails simplification as soon as it is created. When we try to handle diagnostics, we'll do it without keeping the child constraint systems around. Reduces memory usage by ~4.4x, and gives a 2% speedup, on swift.swift. Swift SVN r3144