Minor change: Methods that return ValueSet's that are guaranteed to be valid
authorChris Lattner <sabre@nondot.org>
Tue, 5 Feb 2002 04:20:12 +0000 (04:20 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 5 Feb 2002 04:20:12 +0000 (04:20 +0000)
commit748697d2421051b3ff1263d13cccaf410f3e7034
tree78b10a43c512846fce169c36f72c2a7a4c9bc43f
parent3773094a1da7d7fc76a2491211fadf734c3b8645
Minor change: Methods that return ValueSet's that are guaranteed to be valid
return references instead of pointers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@1719 91177308-0d34-0410-b5e6-96231b3b80d8
17 files changed:
include/llvm/Analysis/LiveVar/FunctionLiveVarInfo.h
include/llvm/CodeGen/FunctionLiveVarInfo.h
lib/Analysis/LiveVar/BBLiveVar.cpp
lib/Analysis/LiveVar/BBLiveVar.h
lib/Analysis/LiveVar/FunctionLiveVarInfo.cpp
lib/CodeGen/InstrSched/SchedPriorities.cpp
lib/CodeGen/RegAlloc/IGNode.cpp
lib/CodeGen/RegAlloc/IGNode.h
lib/CodeGen/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/InstrSched/SchedPriorities.cpp
lib/Target/SparcV9/LiveVar/BBLiveVar.cpp
lib/Target/SparcV9/LiveVar/BBLiveVar.h
lib/Target/SparcV9/LiveVar/FunctionLiveVarInfo.cpp
lib/Target/SparcV9/RegAlloc/IGNode.cpp
lib/Target/SparcV9/RegAlloc/IGNode.h
lib/Target/SparcV9/RegAlloc/PhyRegAlloc.cpp
lib/Target/SparcV9/SparcV9RegInfo.cpp