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 | 820b037815c1fd720f83c27d3856c68fb8808463 (patch) | |
tree | bbe63894ebcc435337241d42096f7eb239f17871 /llvm/lib/CodeGen | |
parent | a44e68e5323845e7a5f3bb57a0a3a715bbaac080 (diff) | |
download | bcm5719-llvm-820b037815c1fd720f83c27d3856c68fb8808463.tar.gz bcm5719-llvm-820b037815c1fd720f83c27d3856c68fb8808463.zip |
MachineInstrInfo no longer #includes this header, so we must
llvm-svn: 4366
Diffstat (limited to 'llvm/lib/CodeGen')
-rw-r--r-- | llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp b/llvm/lib/CodeGen/InstrSelection/InstrSelectionSupport.cpp index 796d076d6fa..76ff182e185 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; |