OSDN Git Service

While emitting DBG_VALUE for registers spilled at the end of a block do not use locat...
authorDevang Patel <dpatel@apple.com>
Fri, 6 Aug 2010 00:26:18 +0000 (00:26 +0000)
committerDevang Patel <dpatel@apple.com>
Fri, 6 Aug 2010 00:26:18 +0000 (00:26 +0000)
commit31defcf2349916ac759be33baaa4060703fd78df
treea0607eb43ffc3d7f221842871e47df0fc952b7c7
parent1f74590e9d1b9cf0f1f81a156efea73f76546e05
While emitting DBG_VALUE for registers spilled at the end of a block do not use location of MBB->end(). If a block does not have terminator then incoming iterator points to end().

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