aboutsummaryrefslogtreecommitdiffstats
path: root/lib/CodeGen/InstrSelection
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2002-10-28 23:54:47 +0000
committerChris Lattner <sabre@nondot.org>2002-10-28 23:54:47 +0000
commitc5b8b1a0404d3a57d6fd7e4af5e0e6b2f3b51633 (patch)
treed1b90208f36e810bcf849b1cb7a8c2352810c4d2 /lib/CodeGen/InstrSelection
parentde0e87bb83a575d414bcdabfab8839669df181c5 (diff)
downloadexternal_llvm-c5b8b1a0404d3a57d6fd7e4af5e0e6b2f3b51633.zip
external_llvm-c5b8b1a0404d3a57d6fd7e4af5e0e6b2f3b51633.tar.gz
external_llvm-c5b8b1a0404d3a57d6fd7e4af5e0e6b2f3b51633.tar.bz2
MachineInstrInfo no longer #includes this header, so we must
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@4366 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/CodeGen/InstrSelection')
-rw-r--r--lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp b/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
index 796d076..76ff182 100644
--- a/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
+++ b/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp
@@ -17,7 +17,7 @@
#include "llvm/Target/MachineInstrInfo.h"
#include "llvm/Constants.h"
#include "llvm/Function.h"
-#include "llvm/Type.h"
+#include "llvm/DerivedTypes.h"
#include "llvm/iMemory.h"
using std::vector;