Don't double-initialize cl::opt for iterating in reverse order to uncover non-determi...
authorMehdi Amini <mehdi.amini@apple.com>
Wed, 14 Dec 2016 02:35:32 +0000 (02:35 +0000)
committerMehdi Amini <mehdi.amini@apple.com>
Wed, 14 Dec 2016 02:35:32 +0000 (02:35 +0000)
commit76a00b51f061f13b2b9b8dc0faca4f54f22b0ebb
tree6917f76bde637fe30c158c7e1793078b7ce1af8c
parent41a2508e5979bbd5a3dad687f2e94bc0e38a7fa4
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
llvm/lib/Support/CommandLine.cpp