Include SparcV9BurgISel.h, because PreSelection uses routines from within

the SparcV9 BURG instruction selector.  Eww!


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15472 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-08-04 07:29:40 +00:00
parent 8943e68bff
commit bd0a183fec

View File

@ -16,7 +16,7 @@
//===----------------------------------------------------------------------===//
#include "SparcV9Internals.h"
#include "SparcV9InstrSelectionSupport.h"
#include "SparcV9BurgISel.h"
#include "llvm/Constants.h"
#include "llvm/DerivedTypes.h"
#include "llvm/Instructions.h"