Remove an uneeded switch - Turns out reloc results are identical w/o the switch....
authorJason W Kim <jason.w.kim.2009@gmail.com>
Thu, 9 Jun 2011 19:13:45 +0000 (19:13 +0000)
committerJason W Kim <jason.w.kim.2009@gmail.com>
Thu, 9 Jun 2011 19:13:45 +0000 (19:13 +0000)
commitbebd44a95a94189e79b02cd15edc2d41bc2628fe
tree80c34ca4f5ea853099e3789bdb9c26bf2323413e
parentaebc3c1610f7ee563120ba5db7ae064d77af56c4
Remove an uneeded switch - Turns out reloc results are identical w/o the switch. (face+palm)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@132790 91177308-0d34-0410-b5e6-96231b3b80d8
lib/MC/ELFObjectWriter.cpp