Rename Interval class to LiveInterval to avoid conflicting with the already
authorChris Lattner <sabre@nondot.org>
Mon, 21 Jun 2004 13:10:56 +0000 (13:10 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 21 Jun 2004 13:10:56 +0000 (13:10 +0000)
commit418da55c89c9ba355b51dceecb16f4388ef35119
tree42f953197570ec5586736456974af08476b86487
parentc2dfb8bb909b0ba08733be94821513aef9467fa0
Rename Interval class to LiveInterval to avoid conflicting with the already
existing llvm::Interval class.

Patch contributed by Vladimir Prus!
http://mail.cs.uiuc.edu/pipermail/llvmbugs/2004-June/000710.html

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@14281 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/LiveIntervalAnalysis.h
lib/CodeGen/RegAllocLinearScan.cpp