From 9fcaf328f60d4bcbd394e303b9609a6b66f04085 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Thu, 31 Jan 2002 00:41:13 +0000 Subject: [PATCH] LoopDepth calculation is now in CFG namespace llvm-svn: 1601 --- llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h index 6871b2d28ada..9d9aa53ddf24 100644 --- a/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h +++ b/llvm/lib/CodeGen/RegAlloc/PhyRegAlloc.h @@ -84,7 +84,7 @@ class PhyRegAlloc: public NonCopyable AddedInstrMapType AddedInstrMap; // to store instrns added in this phase - LoopDepthCalculator LoopDepthCalc; // to calculate loop depths + cfg::LoopDepthCalculator LoopDepthCalc; // to calculate loop depths ReservedColorListType ResColList; // A set of reserved regs if desired. // currently not used