IR: Fix GCC error from MDLocation::getInlinedAt()
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 13 Jan 2015 20:50:21 +0000 (20:50 +0000)
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>
Tue, 13 Jan 2015 20:50:21 +0000 (20:50 +0000)
commit186399b7db9a694010bcadd82d6a430651181d3c
tree76aefe88dfd235703e56afe05b66c4f2377216c2
parentd64096265605491a623ad566db9459e42dbe9ae7
IR: Fix GCC error from MDLocation::getInlinedAt()

Apparently GCC didn't like my ternary operator from r225824.  Use an
`if`.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225826 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/IR/Metadata.h