summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
diff options
context:
space:
mode:
authorLauro Ramos Venancio <lauro.venancio@gmail.com>2007-05-02 20:37:47 +0000
committerLauro Ramos Venancio <lauro.venancio@gmail.com>2007-05-02 20:37:47 +0000
commit41223586a2d1cfc04bb6382aec67c086041afd73 (patch)
tree59a1f3803ef09f1e93af2ce25d30c545cba352a6 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
parentf1dcf69fc38e12100fa62a56f97dea269023ebe5 (diff)
downloadbcm5719-llvm-41223586a2d1cfc04bb6382aec67c086041afd73.tar.gz
bcm5719-llvm-41223586a2d1cfc04bb6382aec67c086041afd73.zip
Fix build error.
llvm-svn: 36648
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 cc6c23f59f6..d11de96bec8 100644
--- a/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
+++ b/llvm/lib/CodeGen/LiveIntervalAnalysis.cpp
@@ -44,8 +44,8 @@ STATISTIC(numPeep , "Number of identity moves eliminated after coalescing");
STATISTIC(numFolded , "Number of loads/stores folded into instructions");
STATISTIC(numAborts , "Number of times interval joining aborted");
+const int LiveIntervals::ID = 0;
namespace {
- const int LiveIntervals::ID = 0;
RegisterPass<LiveIntervals> X("liveintervals", "Live Interval Analysis");
static cl::opt<bool>
OpenPOWER on IntegriCloud