OSDN Git Service

ScheduleDAGInstrs.cpp: Don't peel the iterator when it points the end. This will...
authorNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 2 May 2016 17:29:55 +0000 (17:29 +0000)
committerNAKAMURA Takumi <geek4civic@gmail.com>
Mon, 2 May 2016 17:29:55 +0000 (17:29 +0000)
commit1be8ec9b75405beec3f8f46569744ad6e1cd6fe3
tree4766c15c6b31bc4524e8d57e733708868a4efa1b
parent1e477250a66f900bc684aa4cb78fa87278f5a915
ScheduleDAGInstrs.cpp: Don't peel the iterator when it points the end. This will fix the crash in r268143.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@268257 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/ScheduleDAGInstrs.cpp