mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-07 01:38:26 +00:00
Fix a bug in a recent refactor that caused a bunch of programs to miscompile
or the compiler to crash. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25503 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
19e5e141c1
commit
a3818e6f9a
@ -1747,5 +1747,5 @@ void SelectionDAGISel::SelectBasicBlock(BasicBlock *LLVMBB, MachineFunction &MF,
|
||||
void SelectionDAGISel::ScheduleAndEmitDAG(SelectionDAG &DAG) {
|
||||
if (ViewSchedDAGs) DAG.viewGraph();
|
||||
ScheduleDAG *SL = createSimpleDAGScheduler(DAG, BB);
|
||||
SL->Run();
|
||||
BB = SL->Run();
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user