Add the skeleton for the Mips constant island pass.
authorReed Kotler <rkotler@mips.com>
Wed, 27 Feb 2013 03:33:58 +0000 (03:33 +0000)
committerReed Kotler <rkotler@mips.com>
Wed, 27 Feb 2013 03:33:58 +0000 (03:33 +0000)
commitd056dc0aae141d79131c6d537cf2add42922fb97
tree1a5581a4c9d64dfbb753cfa1c888c2fb42fb2d3b
parent8df7c39976890d94198d835e032848a374fec158
Add the skeleton for the Mips constant island pass.
It will only be used for Mips 16 at this time.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@176161 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/Mips.h
lib/Target/Mips/MipsConstantIslandPass.cpp [new file with mode: 0644]
lib/Target/Mips/MipsTargetMachine.cpp