mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-02 07:11:49 +00:00
Make sure copies are inserted after any exception handling labels at the top of
a basic block. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@117764 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
92095e7b3f
commit
5b4bb218d1
@ -799,7 +799,7 @@ void SplitEditor::leaveIntvAtTop(MachineBasicBlock &MBB) {
|
||||
|
||||
// We are going to insert a back copy, so we must have a dupli_.
|
||||
VNInfo *VNI = dupli_.defByCopyFrom(openli_.getLI()->reg, ParentVNI,
|
||||
MBB, MBB.begin());
|
||||
MBB, MBB.SkipPHIsAndLabels(MBB.begin()));
|
||||
|
||||
// Finally we must make sure that openli is properly extended from Start to
|
||||
// the new copy.
|
||||
|
Loading…
Reference in New Issue
Block a user