summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/Mips.h
diff options
context:
space:
mode:
authorReed Kotler <rkotler@mips.com>2013-02-27 03:33:58 +0000
committerReed Kotler <rkotler@mips.com>2013-02-27 03:33:58 +0000
commitd056dc0aae141d79131c6d537cf2add42922fb97 (patch)
tree1a5581a4c9d64dfbb753cfa1c888c2fb42fb2d3b /lib/Target/Mips/Mips.h
parent8df7c39976890d94198d835e032848a374fec158 (diff)
downloadllvm-d056dc0aae141d79131c6d537cf2add42922fb97.tar.gz
llvm-d056dc0aae141d79131c6d537cf2add42922fb97.tar.bz2
llvm-d056dc0aae141d79131c6d537cf2add42922fb97.tar.xz
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
Diffstat (limited to 'lib/Target/Mips/Mips.h')
-rw-r--r--lib/Target/Mips/Mips.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Target/Mips/Mips.h b/lib/Target/Mips/Mips.h
index 2963f7e7fa..8c65bb4020 100644
--- a/lib/Target/Mips/Mips.h
+++ b/lib/Target/Mips/Mips.h
@@ -27,6 +27,7 @@ namespace llvm {
FunctionPass *createMipsLongBranchPass(MipsTargetMachine &TM);
FunctionPass *createMipsJITCodeEmitterPass(MipsTargetMachine &TM,
JITCodeEmitter &JCE);
+ FunctionPass *createMipsConstantIslandPass(MipsTargetMachine &tm);
} // end namespace llvm;