If a MI's def is remat as well as spilled, and the store is later deemed dead, mark...
authorEvan Cheng <evan.cheng@apple.com>
Tue, 14 Aug 2007 20:23:13 +0000 (20:23 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 14 Aug 2007 20:23:13 +0000 (20:23 +0000)
commitc91f0b80687f0a6fafa5a5e6cd87498e2de6fc3e
tree5d3f30b652b21d8cd3631c6f90b253546ccd2ddd
parenta6a8663894c4eff0bd183a6209f8165680b8c913
If a MI's def is remat as well as spilled, and the store is later deemed dead, mark the def operand as isDead.

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