An Instruction has a trivial kill only if its use is in the same
authorDan Gohman <gohman@apple.com>
Thu, 13 May 2010 19:19:32 +0000 (19:19 +0000)
committerDan Gohman <gohman@apple.com>
Thu, 13 May 2010 19:19:32 +0000 (19:19 +0000)
commite1308d86ed2402483aa9d056af531fd773e1121f
treee733006eaa5fbc10eeb8d5224d6ae33fdbe042c0
parent2c18d3b0fec25b2b7befc7ac5751e84005f4a869
An Instruction has a trivial kill only if its use is in the same
basic block.

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