aboutsummaryrefslogtreecommitdiff
path: root/lldb/source/Commands/CommandObjectSource.cpp
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2011-02-08 03:07:03 +0000
committerEvan Cheng <evan.cheng@apple.com>2011-02-08 03:07:03 +0000
commit558ccef74f345129dd95e5bd5302f8f6006c7408 (patch)
tree2bf79aab10b5038bd871b437515ddfb93b80909a /lldb/source/Commands/CommandObjectSource.cpp
parentb0a3ecb41c296454868fe9c8968a7649212b2818 (diff)
downloadllvm-558ccef74f345129dd95e5bd5302f8f6006c7408.zip
llvm-558ccef74f345129dd95e5bd5302f8f6006c7408.tar.gz
llvm-558ccef74f345129dd95e5bd5302f8f6006c7408.tar.bz2
Temporary workaround for a bad bug introduced by r121082 which replaced
t2LDRpci with t2LDRi12. There are a couple of problems with this. 1. The encoding for the literal and immediate constant are different. Note bit 7 of the literal case is 'U' so it can be negative. 2. t2LDRi12 is now narrowed to tLDRpci before constant island pass is run. So we end up never using the Thumb2 instruction, which ends up creating a lot more constant islands. llvm-svn: 125074
Diffstat (limited to 'lldb/source/Commands/CommandObjectSource.cpp')
0 files changed, 0 insertions, 0 deletions