From ca5d1c378ce17c24404514dcdd4ee9c28ecc721a Mon Sep 17 00:00:00 2001 From: Alkis Evlogimenos Date: Fri, 27 Aug 2004 19:00:29 +0000 Subject: Now that LiveIntervals::addIntervalsForSpills is fixed, do not require LiveVariables. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@16076 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/CodeGen/RegAllocIterativeScan.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/CodeGen/RegAllocIterativeScan.cpp') diff --git a/lib/CodeGen/RegAllocIterativeScan.cpp b/lib/CodeGen/RegAllocIterativeScan.cpp index ef57a68989..764c884faf 100644 --- a/lib/CodeGen/RegAllocIterativeScan.cpp +++ b/lib/CodeGen/RegAllocIterativeScan.cpp @@ -19,7 +19,6 @@ #define DEBUG_TYPE "regalloc" #include "llvm/Function.h" -#include "llvm/CodeGen/LiveVariables.h" #include "llvm/CodeGen/MachineFunctionPass.h" #include "llvm/CodeGen/MachineInstr.h" #include "llvm/CodeGen/Passes.h" @@ -69,7 +68,6 @@ namespace { virtual void getAnalysisUsage(AnalysisUsage &AU) const { AU.addRequired(); - AU.addRequired(); MachineFunctionPass::getAnalysisUsage(AU); } -- cgit v1.2.3-18-g5258