OSDN Git Service

Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whether...
authorLang Hames <lhames@gmail.com>
Sat, 25 Sep 2010 12:04:16 +0000 (12:04 +0000)
committerLang Hames <lhames@gmail.com>
Sat, 25 Sep 2010 12:04:16 +0000 (12:04 +0000)
commit6e2968c85c1e162ee5bc813769eab223e3df0f15
tree8c7b9a8fdb534794e6343b17ca5da22b416db723
parent8db2defa839d8a510391ba28564b413c78326cda
Removed VNInfo::isDefAccurate(). Def "accuracy" can be checked by testing whether LiveIntervals::getInstructionFromIndex(def) returns NULL.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@114791 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
lib/CodeGen/InlineSpiller.cpp
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/PreAllocSplitting.cpp
lib/CodeGen/RegAllocLinearScan.cpp
lib/CodeGen/RegAllocPBQP.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp
lib/CodeGen/Spiller.cpp
lib/CodeGen/SplitKit.cpp
lib/CodeGen/Splitter.cpp