Files
swift-mirror/tools/sil-opt
Michael Gottesman 43c167d7b0 [+0-normal-args] Make sure to use |= when enabling +0 in sil-opt.
Previously, we were just assigning from the llvm option. This made it impossible
to turn on +0 by default, since sil-opt would always assign false to the
SILOption... *doh*.

rdar://34222540
2018-03-09 17:30:29 -08:00
..