llvm-6502/lib/Target/ARM/Disassembler
Kevin Enderby 3610a15c35 Tweak to the fix in r156212, as with the change in removing the shift the
SignExtend32<22>(Val<<1) also needs to change to SignExtend32<21>(Val) .


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@156213 91177308-0d34-0410-b5e6-96231b3b80d8
2012-05-04 22:09:52 +00:00
..
ARMDisassembler.cpp Tweak to the fix in r156212, as with the change in removing the shift the 2012-05-04 22:09:52 +00:00
CMakeLists.txt build/CMake: Finish removal of add_llvm_library_dependencies. 2011-11-29 19:25:30 +00:00
LLVMBuild.txt ARMDisassembler: drop bogus dependency on ARMCodeGen 2012-04-03 15:48:14 +00:00
Makefile