Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant.
authorDan Gohman <gohman@apple.com>
Fri, 5 Dec 2008 05:45:42 +0000 (05:45 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 5 Dec 2008 05:45:42 +0000 (05:45 +0000)
commit2ce7f2068f13566f5a70ee779e3bb83a6cb8d942
tree9a38d3f956f0b19e7dbfd89acb758b582c4d75c5
parent4c0d95178010c8788129b392ab6a1c62484f1620
Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60586 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/CodeGen/MachineInstr.h
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/PostRASchedulerList.cpp
lib/CodeGen/RegAllocLocal.cpp