OSDN Git Service

Use conservative size estimate for tBR_JTr.
authorJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 6 Dec 2011 21:55:39 +0000 (21:55 +0000)
committerJakob Stoklund Olesen <stoklund@2pi.dk>
Tue, 6 Dec 2011 21:55:39 +0000 (21:55 +0000)
commitd25c27807ef6b3d80ffa218b1fa5441fe40d3ce6
treea06e6516af41f26ce01e378a87ad36205ccdf3cd
parent305e5fe797cbba32d8091d687d47e98c8f3ee1f4
Use conservative size estimate for tBR_JTr.

This pseudo-instruction contains a .align directive in its expansion, so
the total size may vary by 2 bytes.

It is too difficult to accurately keep track of this alignment
directive, just use the worst-case size instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145971 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMConstantIslandPass.cpp