mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-22 00:37:49 +00:00
Hack around a regression I introduced yesterday
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@30098 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
0c9e0ff249
commit
5277e4304e
@ -619,6 +619,9 @@ void LiveIntervals::computeIntervals() {
|
||||
tm_->getInstrInfo()->get(mi->getOpcode());
|
||||
DEBUG(std::cerr << MIIndex << "\t" << *mi);
|
||||
|
||||
// FIXME: Why is this needed?
|
||||
MIIndex = getInstructionIndex(mi);
|
||||
|
||||
// handle implicit defs
|
||||
if (tid.ImplicitDefs) {
|
||||
for (const unsigned* id = tid.ImplicitDefs; *id; ++id)
|
||||
|
Loading…
x
Reference in New Issue
Block a user