Allow the code which returns the length for inline assembler to know
authorReed Kotler <rkotler@mips.com>
Wed, 13 Nov 2013 04:37:52 +0000 (04:37 +0000)
committerReed Kotler <rkotler@mips.com>
Wed, 13 Nov 2013 04:37:52 +0000 (04:37 +0000)
commit4df21b14675954ba951ad118d1dc4a4021650078
tree61dba36d68b8fee669750a04594a648ffd89917b
parent950abf3933eae3a7ddeeb88916b35ca5265e7cb2
Allow the code which returns the length for inline assembler to know
specifically about the .space directive. This allows us to force large
blocks of code to appear in test cases for things like constant islands
without having to make giant test cases to force things like long
branches to take effect.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194555 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/Mips16InstrInfo.cpp
lib/Target/Mips/Mips16InstrInfo.h
lib/Target/Mips/MipsConstantIslandPass.cpp
test/CodeGen/Mips/const6a.ll [new file with mode: 0644]