OSDN Git Service

FastEmitInst_extractsubreg doesn't need to be passed the register class. It can...
authorOwen Anderson <resistor@mac.com>
Thu, 28 Aug 2008 17:47:37 +0000 (17:47 +0000)
committerOwen Anderson <resistor@mac.com>
Thu, 28 Aug 2008 17:47:37 +0000 (17:47 +0000)
commit40a468f24909792f000e3ccc1dda7a27b9c34b69
treefb2af53aa61bca7268b17927d6d89ae6d1fde25f
parentf641395435ddfe2e3f0d9857fff4f6da77ee5427
FastEmitInst_extractsubreg doesn't need to be passed the register class.  It can get it from MachineRegisterInfo instead.

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