commit | 820b037815c1fd720f83c27d3856c68fb8808463 | [log] [tgz] |
---|---|---|
author | Chris Lattner <sabre@nondot.org> | Mon Oct 28 23:54:47 2002 +0000 |
committer | Chris Lattner <sabre@nondot.org> | Mon Oct 28 23:54:47 2002 +0000 |
tree | bbe63894ebcc435337241d42096f7eb239f17871 | |
parent | a44e68e5323845e7a5f3bb57a0a3a715bbaac080 [diff] |
MachineInstrInfo no longer #includes this header, so we must llvm-svn: 4366
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp index 796d076..76ff182 100644 --- a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp +++ b/llvm/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;