From bd0a183feca4cd2ade12a4f2164fab3bf2cde18b Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Wed, 4 Aug 2004 07:29:40 +0000 Subject: [PATCH] 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 --- lib/Target/SparcV9/SparcV9PreSelection.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.34.1