Commits

Chris Lattner committed b9279c7239e
Remove some dead code from emitCondition: unlike clang, it is impossible for Swift's IRGen (or CFGGen) to get a constant folded condition when emitting a branch: this is because all constants are obfuscated behind function calls. This is verified to never trigger on the testsuite. Swift SVN r2940