diff options
| author | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2007-05-02 20:37:47 +0000 |
|---|---|---|
| committer | Lauro Ramos Venancio <lauro.venancio@gmail.com> | 2007-05-02 20:37:47 +0000 |
| commit | 41223586a2d1cfc04bb6382aec67c086041afd73 (patch) | |
| tree | 59a1f3803ef09f1e93af2ce25d30c545cba352a6 /llvm/lib/CodeGen/LiveIntervalAnalysis.cpp | |
| parent | f1dcf69fc38e12100fa62a56f97dea269023ebe5 (diff) | |
| download | bcm5719-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.cpp | 2 |
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> |

