Fix a bug where we were implicitly assuming that there would be at least
authorChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 19:08:15 +0000 (19:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 22 Feb 2004 19:08:15 +0000 (19:08 +0000)
commit688c8252d216659360325b25a7441861bbf9552d
tree3cd2aed780334c643251c2d83bcb9cf8fb4244e3
parent7ca04097ad285f8ead7bf242f5ebb7ff3e7ae0a9
Fix a bug where we were implicitly assuming that there would be at least
one terminator instruction in each basic block.

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