From: Eric Christopher Date: Thu, 8 Jan 2015 18:18:54 +0000 (+0000) Subject: Update include - this class doesn't use the target machine, but X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=8ea074b51812cf8f98e7d3dac030460612627b51;p=oota-llvm.git Update include - this class doesn't use the target machine, but only the subtarget. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225458 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Target/Mips/MipsInstrInfo.cpp b/lib/Target/Mips/MipsInstrInfo.cpp index dcc0e24e080..0839147984b 100644 --- a/lib/Target/Mips/MipsInstrInfo.cpp +++ b/lib/Target/Mips/MipsInstrInfo.cpp @@ -15,7 +15,7 @@ #include "InstPrinter/MipsInstPrinter.h" #include "MipsAnalyzeImmediate.h" #include "MipsMachineFunction.h" -#include "MipsTargetMachine.h" +#include "MipsSubtarget.h" #include "llvm/ADT/STLExtras.h" #include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineRegisterInfo.h"