[opt] Fix sanitizer complaints about r254774
authorKeno Fischer <kfischer@college.harvard.edu>
Sat, 5 Dec 2015 00:06:37 +0000 (00:06 +0000)
committerKeno Fischer <kfischer@college.harvard.edu>
Sat, 5 Dec 2015 00:06:37 +0000 (00:06 +0000)
commit357108cbea3d64a0f31b931121d4a381ee6c1a3b
tree2a77e577dfb67d860df580f999a3a17704d48df0
parentf79b7835d821236a302090fa9eb05a3a1cc47c31
[opt] Fix sanitizer complaints about r254774

`Out` can be null if no output is requested, so move any access
to it inside the conditional. Thanks to Justin Bogner for finding
this.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254804 91177308-0d34-0410-b5e6-96231b3b80d8
tools/opt/opt.cpp