When an instruction moves, make sure to update the VarInfo::Kills list as
authorChris Lattner <sabre@nondot.org>
Wed, 19 Jan 2005 17:09:15 +0000 (17:09 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 19 Jan 2005 17:09:15 +0000 (17:09 +0000)
commitd45be36965470710eb18662fc716243ea384bf2f
treefef23d0ff4fb1c7290059d0cb5a605b5877dfeb6
parenta76f04828ab32c70d2358fec18e4dd941d281c4e
When an instruction moves, make sure to update the VarInfo::Kills list as
well as all of teh other stuff in livevar. This fixes the compiler crash
on fourinarow last night.

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