From: Brian Gaeke Date: Wed, 4 Aug 2004 07:29:40 +0000 (+0000) Subject: Include SparcV9BurgISel.h, because PreSelection uses routines from within X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=bd0a183feca4cd2ade12a4f2164fab3bf2cde18b;p=oota-llvm.git 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 --- diff --git a/lib/Target/SparcV9/SparcV9PreSelection.cpp b/lib/Target/SparcV9/SparcV9PreSelection.cpp index da1c2ba1c9c..6eade42825a 100644 --- a/lib/Target/SparcV9/SparcV9PreSelection.cpp +++ b/lib/Target/SparcV9/SparcV9PreSelection.cpp @@ -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"