isTriviallyReMaterializable checks the
authorDan Gohman <gohman@apple.com>
Fri, 9 Oct 2009 21:02:10 +0000 (21:02 +0000)
committerDan Gohman <gohman@apple.com>
Fri, 9 Oct 2009 21:02:10 +0000 (21:02 +0000)
commit599a87aca0194edb46f0bee141c3de8281bf22b9
tree93f52d6527cc59b28dfa0cef1773c29e074cf5c9
parent11596ed43c5eb3b8a49f563abdbdb7ea54fec991
isTriviallyReMaterializable checks the
TargetInstrDesc::isRematerializable flag, so it isn't necessary to do
this check in its callers.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83671 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/LiveIntervalAnalysis.cpp
lib/CodeGen/MachineInstr.cpp
lib/CodeGen/MachineLICM.cpp
lib/CodeGen/SimpleRegisterCoalescing.cpp