Exit with nice warnings when register allocator run out of registers.
authorEvan Cheng <evan.cheng@apple.com>
Thu, 29 Jan 2009 02:20:59 +0000 (02:20 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Thu, 29 Jan 2009 02:20:59 +0000 (02:20 +0000)
commit5a3c6a87b0173b9d367f7b55e7c99e5110ede057
tree5124ba9c48331e7b38d11d10d9a7892b2874fa66
parente5af2d3a224d4b38760a26d237cde040cb6e14eb
Exit with nice warnings when register allocator run out of registers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63267 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/LiveInterval.h
lib/CodeGen/LiveInterval.cpp
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/RegAllocLocal.cpp
test/CodeGen/X86/illegal-asm.ll [new file with mode: 0644]