From 56d225116fb6cd5c955b3763b7b0a1865b5e448e Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Tue, 30 Sep 2003 22:24:00 +0000 Subject: [PATCH] Make sure to get the definition of getRegisterAllocator git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@8801 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/SparcV9/SparcV9TargetMachine.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/Target/SparcV9/SparcV9TargetMachine.cpp b/lib/Target/SparcV9/SparcV9TargetMachine.cpp index 728b43c4ac0..8ec0ada1f84 100644 --- a/lib/Target/SparcV9/SparcV9TargetMachine.cpp +++ b/lib/Target/SparcV9/SparcV9TargetMachine.cpp @@ -16,6 +16,7 @@ #include "llvm/CodeGen/InstrSelection.h" #include "llvm/CodeGen/InstrScheduling.h" #include "llvm/CodeGen/MachineCodeForInstruction.h" +#include "llvm/CodeGen/Passes.h" #include "llvm/Target/TargetMachineImpls.h" #include "Support/CommandLine.h" -- 2.34.1