mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-03-09 05:02:19 +00:00
Interval::HeaderNode is now accessed thorugh an accessor function
llvm-svn: 56
This commit is contained in:
parent
97c3480075
commit
34b62a04b6
@ -46,7 +46,7 @@ IntervalPartition::~IntervalPartition() {
|
||||
// getSourceGraphNode.
|
||||
//
|
||||
inline static BasicBlock *getNodeHeader(BasicBlock *BB) { return BB; }
|
||||
inline static BasicBlock *getNodeHeader(Interval *I) { return I->HeaderNode; }
|
||||
inline static BasicBlock *getNodeHeader(Interval *I) { return I->getHeaderNode(); }
|
||||
|
||||
|
||||
// getSourceGraphNode - Given a BasicBlock and the source graph, return the
|
||||
|
Loading…
x
Reference in New Issue
Block a user