Add initial kill flag support to FastISel.
authorDan Gohman <gohman@apple.com>
Tue, 11 May 2010 23:54:07 +0000 (23:54 +0000)
committerDan Gohman <gohman@apple.com>
Tue, 11 May 2010 23:54:07 +0000 (23:54 +0000)
commita6cb641f48df20f6f79018569b519e5a32e897a2
tree32647f98ba89c5a11e4c363402ef3ecbd7cef362
parent0efd768aeac9576e9a8ebb8a693f4a00bc6ecbbc
Add initial kill flag support to FastISel.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@103529 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/FastISel.h
lib/CodeGen/SelectionDAG/FastISel.cpp
lib/Target/X86/X86FastISel.cpp
utils/TableGen/FastISelEmitter.cpp