Include SparcV9BurgISel.h, because PreSelection uses routines from within
authorBrian Gaeke <gaeke@uiuc.edu>
Wed, 4 Aug 2004 07:29:40 +0000 (07:29 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Wed, 4 Aug 2004 07:29:40 +0000 (07:29 +0000)
the SparcV9 BURG instruction selector.  Eww!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15472 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/SparcV9/SparcV9PreSelection.cpp

index da1c2ba1c9c1a61bdee5fd689e1642494a705449..6eade42825a53e517f75cc14a0364cc668866f44 100644 (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"