Add a RetVT parameter to emitted FastISel methods, so that we will be able to pass...
authorOwen Anderson <resistor@mac.com>
Mon, 25 Aug 2008 23:58:18 +0000 (23:58 +0000)
committerOwen Anderson <resistor@mac.com>
Mon, 25 Aug 2008 23:58:18 +0000 (23:58 +0000)
commit0f84e4e31009eecf2dfcbe6113b65d0919f30254
tree34b179437e89c11bf0512e43334af3336f396ece
parent7b2e579546d1ebf49c2e187efab2c76be9e32050
Add a RetVT parameter to emitted FastISel methods, so that we will be able to pass the desired return
type down.  This is not currently used.

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