summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AVR/frmidx-iterator-bug.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AVR] Fix bug which caused assertion errors for some FRMIDX instructionsDylan McKay2017-07-041-0/+33
Previously, if a basic block ended with a FRMIDX instruction, we would end up doing something like this. *std::next(MBB.end()) Which would hit an error: "Assertion `!NodePtr->isKnownSentinel()' failed." llvm-svn: 307057
OpenPOWER on IntegriCloud