summaryrefslogtreecommitdiffstats
path: root/llvm/tools/llvm-objdump/llvm-objdump.cpp
diff options
context:
space:
mode:
authorJack Carter <jcarter@mips.com>2012-08-28 19:07:39 +0000
committerJack Carter <jcarter@mips.com>2012-08-28 19:07:39 +0000
commitc20a21b855301a9720313c88f616cc4d53b11348 (patch)
tree800949a2379b6a7b865b4b7f4925fadbc28e5d3a /llvm/tools/llvm-objdump/llvm-objdump.cpp
parent8c4b6a307eb937faa134810c8cd2d68603713d4e (diff)
downloadbcm5719-llvm-c20a21b855301a9720313c88f616cc4d53b11348.tar.gz
bcm5719-llvm-c20a21b855301a9720313c88f616cc4d53b11348.zip
Some instructions are passed to the assembler to be
transformed to the final instruction variant. An example would be dsrll which is transformed into dsll32 if the shift value is greater than 32. For direct object output we need to do this transformation in the codegen. If the instruction was inside branch delay slot, it was being missed. This patch corrects this oversight. llvm-svn: 162779
Diffstat (limited to 'llvm/tools/llvm-objdump/llvm-objdump.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud