OSDN Git Service

Local register allocator shouldn't assume only the entry and landing pad basic blocks...
authorEvan Cheng <evan.cheng@apple.com>
Thu, 29 Jan 2009 18:37:30 +0000 (18:37 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 29 Jan 2009 18:37:30 +0000 (18:37 +0000)
commitd5a480270898166d512fe49fc61328211fd7c6b2
tree99f6ab417a1285d99b6eea14751316951842d6b2
parent2c65c3dfe6589a630d1bdde085aec1b9cdc43ea8
Local register allocator shouldn't assume only the entry and landing pad basic blocks have live-ins.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63323 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/RegAllocLocal.cpp
test/CodeGen/X86/2009-01-29-LocalRegAllocBug.ll [new file with mode: 0644]