From 3c9b2420dfbbc9b4b623437e0209588176e08888 Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Sun, 27 Aug 2006 22:30:17 +0000 Subject: Eliminate RegisterAnalysis. RegisterPass now does all that is necessary. llvm-svn: 29921 --- llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp') diff --git a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp index 7e3bec9381b..4f34881cf0e 100644 --- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp +++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp @@ -38,7 +38,7 @@ using namespace llvm; namespace { - RegisterAnalysis X("liveintervals", "Live Interval Analysis"); + RegisterPass X("liveintervals", "Live Interval Analysis"); static Statistic<> numIntervals ("liveintervals", "Number of original intervals"); -- cgit v1.2.3