Get rid of all references to soimm in MipsConstantIslands pass because
authorReed Kotler <rkotler@mips.com>
Tue, 5 Nov 2013 22:34:29 +0000 (22:34 +0000)
committerReed Kotler <rkotler@mips.com>
Tue, 5 Nov 2013 22:34:29 +0000 (22:34 +0000)
commit14cfb10174fa443074c235a207d290a9816392f8
treee8466b59f5e9f31b50553e293bf16256057a9d52
parent1fa282d63538477d686015ad1883fa44d5e12605
Get rid of all references to soimm in MipsConstantIslands pass because
we don't have such an operand.
Suprisingly enough, this is never actually accounted for in the
ARM version when determining offset ranges. In both places there is the
comment:
-    // FIXME: Make use full range of soimm values.
(soimm = shift operand immediate).

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194101 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/MipsConstantIslandPass.cpp