MachineBasicBlock: Use MCPhysReg instead of unsigned in livein API
authorMatthias Braun <matze@braunis.de>
Tue, 25 Aug 2015 22:05:55 +0000 (22:05 +0000)
committerMatthias Braun <matze@braunis.de>
Tue, 25 Aug 2015 22:05:55 +0000 (22:05 +0000)
commitfbf4c2b2e1b9e9d78bab2a199ab5082205aed9ae
tree8f46362ec77f673138dcf691faef772cfae8ecd3
parent4193a13da473bd0f1087ab58097e23d6ce60a3ee
MachineBasicBlock: Use MCPhysReg instead of unsigned in livein API

This is friendlier to the readers as it makes it clear that the API is
not meant for vregs but just for physregs.

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