summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorAna Pazos <apazos@codeaurora.org>2014-01-24 22:36:53 +0000
committerAna Pazos <apazos@codeaurora.org>2014-01-24 22:36:53 +0000
commitcd3b9f763edba8362b37f6e4c5bd9bb0e6ee5306 (patch)
tree2e70f8c8184c72093729ca16b60108ced4bccedf /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent4b5a949834775b60f4e94c6ab9136c19104b48c8 (diff)
downloadbcm5719-llvm-cd3b9f763edba8362b37f6e4c5bd9bb0e6ee5306.tar.gz
bcm5719-llvm-cd3b9f763edba8362b37f6e4c5bd9bb0e6ee5306.zip
[AArch64] Removed unused i8 type from FPR8 register class.
The i8 type is not registered with any register class. This causes a segmentation fault in MachineLICM::getRegisterClassIDAndCost. The code selects the first type associated with register class FPR8, which happens to be i8. It uses this type (i8) to get the representative class pointer, which is 0. It then uses this pointer to access a field, resulting in segmentation fault. Since i8 type is not being used for printing any neon instruction we can safely remove it. llvm-svn: 200046
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud