]> granicus.if.org Git - llvm/commitdiff
Update include - this class doesn't use the target machine, but
authorEric Christopher <echristo@gmail.com>
Thu, 8 Jan 2015 18:18:54 +0000 (18:18 +0000)
committerEric Christopher <echristo@gmail.com>
Thu, 8 Jan 2015 18:18:54 +0000 (18:18 +0000)
only the subtarget.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@225458 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Mips/MipsInstrInfo.cpp

index dcc0e24e080bab1a05818c8aa6897cb5bf90d793..0839147984b5aedc986fb9fbd48563a28bde335a 100644 (file)
@@ -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"