Try to appease the Windows build bots.
authorSean Fertile <sfertile@ca.ibm.com>
Tue, 9 Jul 2019 18:44:28 +0000 (18:44 +0000)
committerSean Fertile <sfertile@ca.ibm.com>
Tue, 9 Jul 2019 18:44:28 +0000 (18:44 +0000)
commit210314ae8c59bc0a8801c2528eda892cd5960c31
treea1a0219cc73894f26dddb458775d07b2660afc4a
parent95176d72c7e8846e1382323b5e180f3f3d835b42
Try to appease the Windows build bots.

Several of the conditonal operators commited in llvm-svn: 365524 fail to compile
on the windows buildbots. Converting to an if and early return to try to fix.

llvm-svn: 365535
llvm/lib/Object/XCOFFObjectFile.cpp