Fast ISel trivially coalesces away no-op casts, so check for this when
authorDan Gohman <gohman@apple.com>
Fri, 14 May 2010 22:53:18 +0000 (22:53 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 14 May 2010 22:53:18 +0000 (22:53 +0000)
commit7f0d69555caab5f5468ddf74b5840f59c4c6fd83
tree640bdcc7ecaff593205cea2e6f8874c25b0ea71e
parent6a6328ba3d007b2e5a71131793179ef96d4bee7d
Fast ISel trivially coalesces away no-op casts, so check for this when
setting kill flags.

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