summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2006-08-27 22:30:17 +0000
committerChris Lattner <sabre@nondot.org>2006-08-27 22:30:17 +0000
commit3c9b2420dfbbc9b4b623437e0209588176e08888 (patch)
tree9acae1d344518122c2d6e8c55b604f3d0019dfc8 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
parentfbb46500cf21ff15c9b0ac18c7f69417bdf7571f (diff)
downloadbcm5719-llvm-3c9b2420dfbbc9b4b623437e0209588176e08888.tar.gz
bcm5719-llvm-3c9b2420dfbbc9b4b623437e0209588176e08888.zip
Eliminate RegisterAnalysis. RegisterPass now does all that is necessary.
llvm-svn: 29921
Diffstat (limited to 'llvm/lib/CodeGen/LiveIntervalAnalysis.cpp')
-rw-r--r--llvm/lib/CodeGen/LiveIntervalAnalysis.cpp2
1 files changed, 1 insertions, 1 deletions
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<LiveIntervals> X("liveintervals", "Live Interval Analysis");
+ RegisterPass<LiveIntervals> X("liveintervals", "Live Interval Analysis");
static Statistic<> numIntervals
("liveintervals", "Number of original intervals");
OpenPOWER on IntegriCloud