Remove the -disable-kill option. The register allocator is buggy with it,
authorChris Lattner <sabre@nondot.org>
Tue, 17 Feb 2004 17:49:10 +0000 (17:49 +0000)
committerChris Lattner <sabre@nondot.org>
Tue, 17 Feb 2004 17:49:10 +0000 (17:49 +0000)
commit56ddada278aa768a6cc32782b6f92986d160d78b
treec191ee390e89e767a75fccde6cd8bdfa74b3ca0a
parentacce13e4cc6ba0039f16d2539c16d8d0b25c0722
Remove the -disable-kill option.  The register allocator is buggy with it,
and it was only for debugging in the first place.

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