Factor out code into HandleVirtRegDef, for consistency with
authorDan Gohman <gohman@apple.com>
Sun, 21 Sep 2008 21:11:41 +0000 (21:11 +0000)
committerDan Gohman <gohman@apple.com>
Sun, 21 Sep 2008 21:11:41 +0000 (21:11 +0000)
commit3bdf5fe71ad2d48d81d013b16181766bde295f58
treeac81064df2b9eb4a72a57624e718505e97ab4660
parent4893c067b767f5955ffedd722f33c11750c3e52b
Factor out code into HandleVirtRegDef, for consistency with
Handle{Virt,Phys}Reg{Def,Use}. Remove a redundant check
for register zero, and redundant checks for isPhysicalRegister.

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