diff options
author | Chris Lattner <sabre@nondot.org> | 2002-10-28 23:54:47 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2002-10-28 23:54:47 +0000 |
commit | c5b8b1a0404d3a57d6fd7e4af5e0e6b2f3b51633 (patch) | |
tree | d1b90208f36e810bcf849b1cb7a8c2352810c4d2 /lib/CodeGen/InstrSelection | |
parent | de0e87bb83a575d414bcdabfab8839669df181c5 (diff) | |
download | external_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.cpp | 2 |
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; |