[yaml2obj] - Simplify and reduce the code. NFC.
authorGeorge Rimar <grimar@accesssoftek.com>
Mon, 29 Apr 2019 12:25:01 +0000 (12:25 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Mon, 29 Apr 2019 12:25:01 +0000 (12:25 +0000)
commitbc4d3c43a37ba43c167f829cfd8461bc21442630
tree9e060c1c1b3d82fabcdbca0260d53f592ead5d5d
parentbd8bfd333ff86d35c4a735b5a4f2b5473006783e
[yaml2obj] - Simplify and reduce the code. NFC.

This inlines 2 single line static methods
and simplifies the code.

It is also possible to remove the `Is64Bit`
variable since it is used only once,
but I am not sure it will be better for readability.

llvm-svn: 359445
llvm/tools/yaml2obj/yaml2elf.cpp