From d056dc0aae141d79131c6d537cf2add42922fb97 Mon Sep 17 00:00:00 2001 From: Reed Kotler Date: Wed, 27 Feb 2013 03:33:58 +0000 Subject: 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/Mips.h | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Target/Mips/Mips.h') 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; -- cgit v1.2.3