commit | 76a00b51f061f13b2b9b8dc0faca4f54f22b0ebb | [log] [tgz] |
---|---|---|
author | Mehdi Amini <mehdi.amini@apple.com> | Wed Dec 14 02:35:32 2016 +0000 |
committer | Mehdi Amini <mehdi.amini@apple.com> | Wed Dec 14 02:35:32 2016 +0000 |
tree | 6917f76bde637fe30c158c7e1793078b7ce1af8c | |
parent | 41a2508e5979bbd5a3dad687f2e94bc0e38a7fa4 [diff] |
Don't double-initialize cl::opt for iterating in reverse order to uncover non-determinism in codegen by default Bots are broken and needs to be fixed before having this on by default. The feature was committed in r289619. I tried to disable it in r289624 and failed because it was initialized in two places. llvm-svn: 289626