llvm-readobj: address review comments for ARM EHABI printing
authorSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 9 Jan 2014 04:31:18 +0000 (04:31 +0000)
committerSaleem Abdulrasool <compnerd@compnerd.org>
Thu, 9 Jan 2014 04:31:18 +0000 (04:31 +0000)
commit3ca4db23ed3bf1798e238722319633e07ed39f44
treef572a2d90a64717d0698c6ff87ed3f3a124f1088
parentfe097bffa73ee232ed23ce503a352556674aa4f3
llvm-readobj: address review comments for ARM EHABI printing

Rename bytecode to opcodes to make it more clear.  Change an impossible case to
llvm_unreachable instead.  Avoid allocation of a buffer by modifying the
PrintOpcodes iteration.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198848 91177308-0d34-0410-b5e6-96231b3b80d8
test/tools/llvm-readobj/ARM/unwind.s
tools/llvm-readobj/ARMEHABIPrinter.h