mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-15 06:18:50 +00:00
SelectionDAGISel::SelectRootInit does not need to be virtual.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@55122 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ec20183c35
commit
815ffa24c4
@ -61,7 +61,7 @@ public:
|
||||
virtual void InstructionSelect(SelectionDAG &SD) = 0;
|
||||
virtual void InstructionSelectPostProcessing() {}
|
||||
|
||||
virtual void SelectRootInit() {
|
||||
void SelectRootInit() {
|
||||
DAGSize = CurDAG->AssignTopologicalOrder(TopOrder);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user