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/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/Target/Mips/CMakeLists.txt') diff --git a/lib/Target/Mips/CMakeLists.txt b/lib/Target/Mips/CMakeLists.txt index d6fac0ce59..58aa1be34d 100644 --- a/lib/Target/Mips/CMakeLists.txt +++ b/lib/Target/Mips/CMakeLists.txt @@ -20,6 +20,7 @@ add_llvm_target(MipsCodeGen MipsAnalyzeImmediate.cpp MipsAsmPrinter.cpp MipsCodeEmitter.cpp + MipsConstantIslandPass.cpp MipsDelaySlotFiller.cpp MipsJITInfo.cpp MipsInstrInfo.cpp -- cgit v1.2.3-18-g5258