Simplify, NFC.
authorRafael Espindola <rafael.espindola@gmail.com>
Tue, 7 Jul 2015 13:58:32 +0000 (13:58 +0000)
committerRafael Espindola <rafael.espindola@gmail.com>
Tue, 7 Jul 2015 13:58:32 +0000 (13:58 +0000)
commit6b24d0a9a760d91c1ad0ef8a8983b10f82517911
treea3a5703077a529da08b6e92aa993623c4bb0326e
parent2822246ecee6237c706730ad519dc394918efe45
Simplify, NFC.

In these two contexts we really just want the raw n_value. No need to use
getSymbolValue which checks for special cases where, semantically, the symbol
has no value.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241584 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Object/MachOObjectFile.cpp