Fix a warning about ‘r_type’ may be used uninitialized.
authorKevin Enderby <enderby@apple.com>
Tue, 11 Nov 2014 19:16:45 +0000 (19:16 +0000)
committerKevin Enderby <enderby@apple.com>
Tue, 11 Nov 2014 19:16:45 +0000 (19:16 +0000)
commit5cebd7cd1ff329d5d8e0c75eebd626638b5fcd60
tree24152806a71d0adc74ea1b77100e604e8ea4666f
parent949d328beef578474e3a8ab6eb790fb3b305aa2d
Fix a warning about ‘r_type’ may be used uninitialized.

Thanks to Aaron Ballman for noticing this!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@221696 91177308-0d34-0410-b5e6-96231b3b80d8
tools/llvm-objdump/MachODump.cpp