projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ee6e69
)
Update include - this class doesn't use the target machine, but
author
Eric Christopher
<echristo@gmail.com>
Thu, 8 Jan 2015 18:18:54 +0000
(18:18 +0000)
committer
Eric 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
patch
|
blob
|
history
diff --git
a/lib/Target/Mips/MipsInstrInfo.cpp
b/lib/Target/Mips/MipsInstrInfo.cpp
index dcc0e24e080bab1a05818c8aa6897cb5bf90d793..0839147984b5aedc986fb9fbd48563a28bde335a 100644
(file)
--- 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 "Mips
TargetMachine
.h"
+#include "Mips
Subtarget
.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/CodeGen/MachineInstrBuilder.h"
#include "llvm/CodeGen/MachineRegisterInfo.h"